summaryrefslogtreecommitdiff
path: root/src/stylesheet.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-10-06 19:26:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-10-06 19:26:15 +0000
commit041ad8f5ae9d25242a6d39ea8bfc860bc55b0167 (patch)
tree83b9e28bff39870c75935d918009e38acb6c5329 /src/stylesheet.h
parente5913135a86509fac8d16e7c4993fd10357a663e (diff)
downloadlibcss-041ad8f5ae9d25242a6d39ea8bfc860bc55b0167.tar.gz
libcss-041ad8f5ae9d25242a6d39ea8bfc860bc55b0167.tar.bz2
Extend lifetime of property strings
svn path=/trunk/libcss/; revision=12974
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 */