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 b0f704f7d7a3ad6c292763d5d1bd25f2bb9d1ab3..b852f720067e941ed017e2e66a9d0ed56c7b92d9 100644 |
--- a/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
+++ b/third_party/WebKit/Source/core/css/parser/CSSParserSelector.h |
@@ -59,6 +59,7 @@ public: |
CSSSelector::Match match() const { return m_selector->match(); } |
CSSSelector::PseudoType pseudoType() const { return m_selector->pseudoType(); } |
+ const CSSSelectorList* selectorList() const { return m_selector->selectorList(); } |
bool needsImplicitShadowCrossingCombinatorForMatching() const { return pseudoType() == CSSSelector::PseudoWebKitCustomElement || pseudoType() == CSSSelector::PseudoCue || pseudoType() == CSSSelector::PseudoShadow; } |