From 3aba4b778aa416c7a8e86f85610dbf4efb758555 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 3 Jun 2013 15:16:38 +0100 Subject: enable trace logging in binding generation --- javascript/Makefile | 2 +- javascript/jsapi/window.bnd | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'javascript') 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); -- cgit v1.2.3