From bb10e7131f615b9266d7a1996f561637286e2839 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 2 Jan 2013 22:43:29 +0000 Subject: use a prologue section in the node binding to abstract out javascrip dom node to libdom node conversion --- javascript/jsapi/htmldocument.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'javascript/jsapi/htmldocument.bnd') diff --git a/javascript/jsapi/htmldocument.bnd b/javascript/jsapi/htmldocument.bnd index 021694e17..8d5c69eb5 100644 --- a/javascript/jsapi/htmldocument.bnd +++ b/javascript/jsapi/htmldocument.bnd @@ -272,7 +272,7 @@ operation createComment %{ } JSLOG("Creating comment object for dom string \"%s\"", - dom_string_data(comment)); + dom_string_data(data_dom)); exc = dom_document_create_comment(private->node, data_dom, &comment); -- cgit v1.2.3