summaryrefslogtreecommitdiff
path: root/javascript/duktape/Window.bnd
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/duktape/Window.bnd')
-rw-r--r--javascript/duktape/Window.bnd2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript/duktape/Window.bnd b/javascript/duktape/Window.bnd
index ed931c614..81d52809a 100644
--- a/javascript/duktape/Window.bnd
+++ b/javascript/duktape/Window.bnd
@@ -52,7 +52,7 @@ prototype Window()
getter Window::document()
%{
- LOG("priv=%p", priv);
+ JS_LOG("priv=%p", priv);
dom_document *doc = priv->htmlc->document;
dukky_push_node(ctx, (struct dom_node *)doc);
return 1;