| Index: third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| index bf9bd41233778eb28a9b2dbca48586155e85b62f..2bed0c3f7d85f7a6773f9192a0ff349c56172e5b 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSSelectorParser.h
|
| @@ -52,7 +52,7 @@ private:
|
| const AtomicString& determineNamespace(const AtomicString& prefix);
|
| void prependTypeSelectorIfNeeded(const AtomicString& namespacePrefix, const AtomicString& elementName, CSSParserSelector*);
|
| void rewriteSpecifiersWithElementNameForCustomPseudoElement(const QualifiedName& tag, CSSParserSelector*, bool tagIsImplicit);
|
| - void rewriteSpecifiersWithElementNameForContentPseudoElement(const QualifiedName& tag, CSSParserSelector*, bool tagIsImplicit);
|
| + void rewriteSpecifiersWithElementNameForContentOrSlottedPseudoElement(const QualifiedName& tag, CSSParserSelector*, bool tagIsImplicit);
|
| static PassOwnPtr<CSSParserSelector> addSimpleSelectorToCompound(PassOwnPtr<CSSParserSelector> compoundSelector, PassOwnPtr<CSSParserSelector> simpleSelector);
|
|
|
| const CSSParserContext& m_context;
|
|
|