summaryrefslogtreecommitdiff
path: root/javascript
diff options
context:
space:
mode:
Diffstat (limited to 'javascript')
-rw-r--r--javascript/Makefile2
-rw-r--r--javascript/jsapi/window.bnd1
2 files changed, 1 insertions, 2 deletions
diff --git a/javascript/Makefile b/javascript/Makefile
index ac73ee716..693ed6541 100644
--- a/javascript/Makefile
+++ b/javascript/Makefile
@@ -35,7 +35,7 @@ D_JSAPI_BINDING += $(patsubst %.c,%.d,$(2))
$(2): $(1) $(OBJROOT)/created
$$(VQ)echo " GENBIND: $(1)"
- $(Q)nsgenbind -I javascript/WebIDL -d $(patsubst %.c,%.d,$(2)) -h $(3) -o $(2) $(1)
+ $(Q)nsgenbind -g -I javascript/WebIDL -d $(patsubst %.c,%.d,$(2)) -h $(3) -o $(2) $(1)
$(3): $(2)
diff --git a/javascript/jsapi/window.bnd b/javascript/jsapi/window.bnd
index 5de0e5bf0..199fcec9c 100644
--- a/javascript/jsapi/window.bnd
+++ b/javascript/jsapi/window.bnd
@@ -171,7 +171,6 @@ binding window {
api mark %{
- LOG(("jscontext:%p jsobject:%p private:%p", JSAPI_MARKCX, obj, private));
if (private != NULL) {
if (private->prototype_Document != NULL) {
JSAPI_GCMARK(private->prototype_Document);