Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 20e90702bae0988db3e3a2c5c707a8c88f0075e6..ff49a2296ef81acf335244bc9649dbd9eb0b4a93 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -200,7 +200,7 @@ private: |
void matchUARules(ElementRuleCollector&); |
void matchAuthorRules(const Element&, ElementRuleCollector&, bool includeEmptyRules); |
void matchHostRules(const Element&, ElementRuleCollector&, bool includeEmptyRules); |
- void matchElementScopeRules(ScopedStyleResolver&, ElementRuleCollector&, bool includeEmptyRules); |
+ void matchElementScopeRules(const Element&, ScopedStyleResolver*, ElementRuleCollector&, bool includeEmptyRules); |
void matchScopedRules(const Element&, ElementRuleCollector&, bool includeEmptyRules); |
void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties); |
void collectFeatures(); |