Index: third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
index 82a21414fce94d21431b34dc77f1745026f13bda..9036d01a76a13ca3feda9bc01b05a97c63caeff7 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
@@ -57,6 +57,7 @@ public: |
bool hasHostPseudoSelector() const; |
+ CSSSelector::Match match() const { return m_selector->match(); } |
CSSSelector::PseudoType pseudoType() const { return m_selector->pseudoType(); } |
// TODO(esprehn): This set of cases doesn't make sense, why PseudoShadow but not a check for ::content or /deep/ ? |