aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cssparser.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cssparser.cc b/src/cssparser.cc
index 5b41c490..cb47fb3d 100644
--- a/src/cssparser.cc
+++ b/src/cssparser.cc
@@ -360,6 +360,7 @@ CssParser::CssParser(CssContext *context, CssOrigin origin,
this->buflen = buflen;
this->bufptr = 0;
this->space_separated = false;
+ this->within_block = false;
nextToken ();
}