| Index: Source/core/css/parser/CSSSelectorParser.h
|
| diff --git a/Source/core/css/parser/CSSSelectorParser.h b/Source/core/css/parser/CSSSelectorParser.h
|
| index f1d89222b9bc27824d545ff6e49ed2ef47f05b87..30a0512eee393849d3a329fcf0d1f7519f855687 100644
|
| --- a/Source/core/css/parser/CSSSelectorParser.h
|
| +++ b/Source/core/css/parser/CSSSelectorParser.h
|
| @@ -41,6 +41,8 @@ private:
|
| PassOwnPtr<CSSParserSelector> consumeAttribute();
|
|
|
| CSSSelector::Relation consumeCombinator();
|
| + CSSSelector::Match consumeAttributeMatch();
|
| + CSSSelector::AttributeMatchType consumeAttributeFlags();
|
|
|
| QualifiedName determineNameInNamespace(const AtomicString& prefix, const AtomicString& localName);
|
| void rewriteSpecifiersWithNamespaceIfNeeded(CSSParserSelector*);
|
|
|