| Index: Source/core/css/parser/BisonCSSParser.h
|
| diff --git a/Source/core/css/parser/BisonCSSParser.h b/Source/core/css/parser/BisonCSSParser.h
|
| index c7f2e59fa348e5a2efff2fb0758a73d1a128a450..cceadc5cb0e35de1812b265180ded5e339497ff0 100644
|
| --- a/Source/core/css/parser/BisonCSSParser.h
|
| +++ b/Source/core/css/parser/BisonCSSParser.h
|
| @@ -95,6 +95,7 @@ public:
|
|
|
| bool parseValue(CSSPropertyID, bool important);
|
| void parseSelector(const String&, CSSSelectorList&);
|
| + bool isSelectorAllowedInParsingMode(CSSSelector::PseudoType);
|
|
|
| CSSParserSelector* createFloatingSelector();
|
| CSSParserSelector* createFloatingSelectorWithTagName(const QualifiedName&);
|
|
|