| Index: Source/core/css/parser/CSSSelectorParser.h
|
| diff --git a/Source/core/css/parser/CSSSelectorParser.h b/Source/core/css/parser/CSSSelectorParser.h
|
| index 38b16b8bfdaea684bccd40389cfd96b774b7f8b8..dbc5c19c29cac62a7ec539330a95a9809b8076bd 100644
|
| --- a/Source/core/css/parser/CSSSelectorParser.h
|
| +++ b/Source/core/css/parser/CSSSelectorParser.h
|
| @@ -56,6 +56,8 @@ private:
|
| void rewriteSpecifiersWithElementNameForContentPseudoElement(const QualifiedName& tag, CSSParserSelector*, bool tagIsImplicit);
|
| static PassOwnPtr<CSSParserSelector> addSimpleSelectorToCompound(PassOwnPtr<CSSParserSelector> compoundSelector, PassOwnPtr<CSSParserSelector> simpleSelector);
|
|
|
| + bool selectorIsAllowedInParsingMode(CSSSelector::PseudoType) const;
|
| +
|
| const CSSParserContext& m_context;
|
| AtomicString m_defaultNamespace;
|
| StyleSheetContents* m_styleSheet; // FIXME: Should be const
|
|
|