summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 2d7257bd4..4a892aaad 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -1523,6 +1523,7 @@ static nserror browser_window_callback(hlcache_handle *c,
if (js_newcompartment(bw->jsctx,
bw,
hlcache_handle_get_content(c)) != NULL) {
+ LOG("Yay, a compartment happened");
*(event->data.jscontext) = bw->jsctx;
}
break;