summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--render/html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/render/html.c b/render/html.c
index 24dfb1974..9ea95555d 100644
--- a/render/html.c
+++ b/render/html.c
@@ -1426,6 +1426,7 @@ static bool html_find_stylesheets(html_content *c, dom_node *html)
hlcache_child_context child;
nserror ns_error;
nsurl *joined;
+ dom_exception exc; /* returned by libdom functions */
child.charset = c->encoding;
child.quirks = c->base.quirks;