summaryrefslogtreecommitdiff
path: root/src/parse/properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/properties')
-rw-r--r--src/parse/properties/utils.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/parse/properties/utils.c b/src/parse/properties/utils.c
index e018599..4e43c8c 100644
--- a/src/parse/properties/utils.c
+++ b/src/parse/properties/utils.c
@@ -1118,8 +1118,7 @@ css_error css__ident_list_to_string(css_language *c,
lwc_string *interned;
lwc_error lerror;
- perror = parserutils_buffer_create((parserutils_alloc) c->alloc,
- c->pw, &buffer);
+ perror = parserutils_buffer_create(css_alloc, CSS_ALLOC_PW, &buffer);
if (perror != PARSERUTILS_OK)
return css_error_from_parserutils_error(perror);