summaryrefslogtreecommitdiff
path: root/content/handlers/javascript/duktape
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-05-19 15:27:21 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-05-25 16:13:57 +0100
commit87be4e7a1771753f5b64550510684098559b7146 (patch)
treea51763759a4a613d6a502a5bbff5be1d000573d2 /content/handlers/javascript/duktape
parentc42039c546d20c8734318eed04da3a478bfe0cac (diff)
downloadnetsurf-87be4e7a1771753f5b64550510684098559b7146.tar.gz
netsurf-87be4e7a1771753f5b64550510684098559b7146.tar.bz2
Log when we finalise window objects
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'content/handlers/javascript/duktape')
-rw-r--r--content/handlers/javascript/duktape/Window.bnd1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/handlers/javascript/duktape/Window.bnd b/content/handlers/javascript/duktape/Window.bnd
index f71ebd609..3aed29991 100644
--- a/content/handlers/javascript/duktape/Window.bnd
+++ b/content/handlers/javascript/duktape/Window.bnd
@@ -198,6 +198,7 @@ init Window(struct browser_window *win, struct html_content *htmlc)
fini Window()
%{
+ NSLOG(dukky, DEEPDEBUG, "Shutting down Window %p", priv->win);
/* Cheaply iterate the schedule ring, cancelling any pending callbacks */
while (priv->schedule_ring != NULL) {
window_remove_callback_by_handle(ctx, priv, priv->schedule_ring->handle);