Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index c98d999cd5c52d2df7bd6c08cb03120a826e06de..c6cb3e0f93bdb7fad226fb467525c03dd167d24e 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -216,7 +216,6 @@ private: |
void matchRuleSet(ElementRuleCollector&, RuleSet*); |
void matchUARules(ElementRuleCollector&); |
void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules); |
- void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, WillBeHeapVector<RawPtrWillBeMember<ScopedStyleResolver>, 8>& resolversInShadowTree); |
void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties); |
void collectFeatures(); |
void resetRuleFeatures(); |