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 ddf444ea61d81a86a698d0d4f2760886e03a94da..26500d0339f2da317c342fee6693b88108b95333 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; |