Fix exc undeclared.

svn path=/trunk/netsurf/; revision=13615
This commit is contained in:
François Revel 2012-03-24 20:06:08 +00:00
parent aa49a54db5
commit 6822d7914a

View File

@ -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;