From 19b45fb494358838be8b3175fde9e3ab55ef5bfa Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sat, 4 May 2019 12:18:21 +0100 Subject: Support script insertion after conversion has begun Signed-off-by: Daniel Silverstone --- content/handlers/javascript/duktape/Node.bnd | 1 + 1 file changed, 1 insertion(+) (limited to 'content/handlers/javascript') diff --git a/content/handlers/javascript/duktape/Node.bnd b/content/handlers/javascript/duktape/Node.bnd index f14cfc177..fe24b3f11 100644 --- a/content/handlers/javascript/duktape/Node.bnd +++ b/content/handlers/javascript/duktape/Node.bnd @@ -427,6 +427,7 @@ method Node::appendChild() dom_exception err; dom_node *spare; + NSLOG(dukky, DEEPDEBUG, "About to append %p to %p", other->node, priv->node); err = dom_node_append_child(priv->node, other->node, &spare); if (err != DOM_NO_ERR) return 0; dukky_push_node(ctx, spare); -- cgit v1.2.3