summaryrefslogtreecommitdiff
path: root/src/parse/properties
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:17:15 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-12-14 23:17:15 +0000
commit5196369f0b637e2cb37b08787cf96a33a704491f (patch)
tree98ae8ce05000355abe9ddd2d6cef473374f6f496 /src/parse/properties
parent701d16aa5ee8d39188dffb797ce14d7d0f95967a (diff)
downloadlibcss-5196369f0b637e2cb37b08787cf96a33a704491f.tar.gz
libcss-5196369f0b637e2cb37b08787cf96a33a704491f.tar.bz2
Update for new lpu API.
Diffstat (limited to 'src/parse/properties')
-rw-r--r--src/parse/properties/utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/properties/utils.c b/src/parse/properties/utils.c
index 4e43c8c..bfcba04 100644
--- a/src/parse/properties/utils.c
+++ b/src/parse/properties/utils.c
@@ -1118,7 +1118,7 @@ css_error css__ident_list_to_string(css_language *c,
lwc_string *interned;
lwc_error lerror;
- perror = parserutils_buffer_create(css_alloc, CSS_ALLOC_PW, &buffer);
+ perror = parserutils_buffer_create(&buffer);
if (perror != PARSERUTILS_OK)
return css_error_from_parserutils_error(perror);