Index: Source/core/css/SelectorChecker.h |
diff --git a/Source/core/css/SelectorChecker.h b/Source/core/css/SelectorChecker.h |
index 5869a351b329e64fcae0c241d36dd01aaa551524..2b192e755d1478e5457e0a306bec3f0eb35af2c2 100644 |
--- a/Source/core/css/SelectorChecker.h |
+++ b/Source/core/css/SelectorChecker.h |
@@ -89,6 +89,10 @@ public: |
template<typename SiblingTraversalStrategy> |
Match match(const SelectorCheckingContext&, PseudoId&, const SiblingTraversalStrategy&) const; |
+ |
+ template<typename SiblingTraversalStrategy> |
+ Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, PseudoId&, SelectorCheckingContext& nextContext) const; |
+ |
template<typename SiblingTraversalStrategy> |
bool checkOne(const SelectorCheckingContext&, const SiblingTraversalStrategy&) const; |