From 041ad8f5ae9d25242a6d39ea8bfc860bc55b0167 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 6 Oct 2011 19:26:15 +0000 Subject: Extend lifetime of property strings svn path=/trunk/libcss/; revision=12974 --- src/stylesheet.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/stylesheet.h') 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 */ -- cgit v1.2.3