DescriptionFix assert on unknown rule type in the BisonCSSParser::endRuleHeader.
Allow the @media rules' media query to be more tolerant on
malformed data. Move the at_rule_header_end after '{' token parsing to
avoid double match on the rule when the Bison's error token seeks for
a recovery point (thus avoiding the double call on the endRuleHeader).
BUG=377488
TEST=webkit_unit_tests --gtest_filter=BisonCSSParserTest.MediaQuery
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178659
Patch Set 1 #
Total comments: 1
Patch Set 2 : #
Total comments: 2
Patch Set 3 : #Patch Set 4 : #
Messages
Total messages: 11 (0 generated)
|