summaryrefslogtreecommitdiff
path: root/render
diff options
context:
space:
mode:
Diffstat (limited to 'render')
-rw-r--r--render/html.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/html.c b/render/html.c
index b6515106e..7be2dabe5 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1228,6 +1228,10 @@ html_object_callback(hlcache_handle *object,
/* Don't care about favicons that aren't on top level content */
break;
+ case CONTENT_MSG_GETCTX:
+ *(event->data.jscontext) = NULL;
+ break;
+
case CONTENT_MSG_SCROLL:
if (box->scroll_x != NULL)
scrollbar_set(box->scroll_x, event->data.scroll.x0,