| Index: Source/core/css/parser/CSSSelectorParser.h
|
| diff --git a/Source/core/css/parser/CSSSelectorParser.h b/Source/core/css/parser/CSSSelectorParser.h
|
| index 93f116af9f1e2369c6642673db142e2952e608a0..3c9639db7d39c7ce39c471e9f29e2356d7380eae 100644
|
| --- a/Source/core/css/parser/CSSSelectorParser.h
|
| +++ b/Source/core/css/parser/CSSSelectorParser.h
|
| @@ -49,7 +49,7 @@ private:
|
| CSSSelector::AttributeMatchType consumeAttributeFlags(CSSParserTokenRange&);
|
|
|
| const AtomicString& defaultNamespace() const;
|
| - QualifiedName determineNameInNamespace(const AtomicString& prefix, const AtomicString& localName);
|
| + 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);
|
|
|