summaryrefslogtreecommitdiff
path: root/src/select/properties/quotes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select/properties/quotes.c')
-rw-r--r--src/select/properties/quotes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/select/properties/quotes.c b/src/select/properties/quotes.c
index 5db2184..7671c1d 100644
--- a/src/select/properties/quotes.c
+++ b/src/select/properties/quotes.c
@@ -30,10 +30,10 @@ css_error css__cascade_quotes(uint32_t opv, css_style *style,
lwc_string *open, *close;
lwc_string **temp;
- css_stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &open);
+ css__stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &open);
advance_bytecode(style, sizeof(css_code_t));
- css_stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &close);
+ css__stylesheet_string_get(style->sheet, *((css_code_t *) style->bytecode), &close);
advance_bytecode(style, sizeof(css_code_t));
temp = state->computed->alloc(quotes,