Index: Source/core/css/SelectorChecker.h |
diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h |
index dc0787ed29d76ff97d952d2c1f08f9f265f09c54..51cb69f1aa661922d9fffbd9ad92570e8b265ca9 100644 |
--- a/Source/core/css/SelectorChecker.h |
+++ b/Source/core/css/SelectorChecker.h |
@@ -126,6 +126,8 @@ private: |
Match matchForRelation(const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const; |
template<typename SiblingTraversalStrategy> |
Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const; |
+ template<typename SiblingTraversalStrategy> |
+ Match matchForPseudoShadow(const ContainerNode*, const SelectorCheckingContext&, const SiblingTraversalStrategy&, MatchResult*) const; |
bool checkScrollbarPseudoClass(const SelectorCheckingContext&, Document*, const CSSSelector&) const; |
Element* parentElement(const SelectorCheckingContext&, bool allowToCrossBoundary = false) const; |