summaryrefslogtreecommitdiff
path: root/css/css.h
diff options
context:
space:
mode:
Diffstat (limited to 'css/css.h')
-rw-r--r--css/css.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/css.h b/css/css.h
index adddbf987..b420c11f6 100644
--- a/css/css.h
+++ b/css/css.h
@@ -588,6 +588,7 @@ struct css_parser_params {
struct css_node *declaration;
bool syntax_error;
bool memory_error;
+ bool had_ruleset;
};
/** Token type for the CSS parser. */