mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 04:56:50 +03:00
Fix exc undeclared.
svn path=/trunk/netsurf/; revision=13615
This commit is contained in:
parent
aa49a54db5
commit
6822d7914a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user