summaryrefslogtreecommitdiff
path: root/src/stylesheet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.c')
-rw-r--r--src/stylesheet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stylesheet.c b/src/stylesheet.c
index 9a5b9a0..7ec55b2 100644
--- a/src/stylesheet.c
+++ b/src/stylesheet.c
@@ -101,7 +101,8 @@ css_error css_stylesheet_create(css_language_level level,
return error;
}
- error = css_selector_hash_create(alloc, alloc_pw, &sheet->selectors);
+ error = css_selector_hash_create(dict, alloc, alloc_pw,
+ &sheet->selectors);
if (error != CSS_OK) {
css_language_destroy(sheet->parser_frontend);
css_parser_destroy(sheet->parser);