summaryrefslogtreecommitdiff
path: root/css/css.c
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.c')
-rw-r--r--css/css.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/css/css.c b/css/css.c
index ae5de8b13..7ed972134 100644
--- a/css/css.c
+++ b/css/css.c
@@ -111,6 +111,7 @@ nserror nscss_create_css_data(struct content_css_data *c,
url, NULL, quirks, false,
ns_realloc, NULL,
nscss_resolve_url, NULL,
+ NULL, NULL,
&c->sheet);
if (error != CSS_OK) {
return NSERROR_NOMEM;
@@ -442,6 +443,7 @@ css_error nscss_import_complete(struct content_css_data *c,
NULL, "", NULL, false, false,
ns_realloc, NULL,
nscss_resolve_url, NULL,
+ NULL, NULL,
&blank_import);
if (error != CSS_OK) {
return error;