summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stylesheet.h')
-rw-r--r--src/stylesheet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stylesheet.h b/src/stylesheet.h
index 0dbc487..0f6deed 100644
--- a/src/stylesheet.h
+++ b/src/stylesheet.h
@@ -182,6 +182,7 @@ struct css_stylesheet {
css_language_level level; /**< Language level of sheet */
css_parser *parser; /**< Core parser for sheet */
void *parser_frontend; /**< Frontend parser */
+ lwc_string **propstrings; /**< Property strings, for parser */
bool quirks_allowed; /**< Quirks permitted */
bool quirks_used; /**< Quirks actually used */