summaryrefslogtreecommitdiff
path: root/javascript/jsapi/htmldocument.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/jsapi/htmldocument.bnd')
-rw-r--r--javascript/jsapi/htmldocument.bnd2
1 files changed, 1 insertions, 1 deletions
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);