Index: Source/core/css/resolver/ScopedStyleResolver.h |
diff --git a/Source/core/css/resolver/ScopedStyleResolver.h b/Source/core/css/resolver/ScopedStyleResolver.h |
index 6445b1b3b651eaca7fb88d66bfa2a2972023a8fc..91a6dd8ac095ddb6d8641959751336f4f6503cf2 100644 |
--- a/Source/core/css/resolver/ScopedStyleResolver.h |
+++ b/Source/core/css/resolver/ScopedStyleResolver.h |
@@ -61,7 +61,7 @@ public: |
const StyleRuleKeyframes* keyframeStylesForAnimation(const StringImpl* animationName); |
void addKeyframeStyle(PassRefPtrWillBeRawPtr<StyleRuleKeyframes>); |
- void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles, CascadeScope, CascadeOrder = ignoreCascadeOrder); |
+ void collectMatchingAuthorRules(ElementRuleCollector&, bool includeEmptyRules, bool applyAuthorStyles, CascadeOrder = ignoreCascadeOrder); |
void matchPageRules(PageRuleCollector&); |
void addRulesFromSheet(CSSStyleSheet*, const MediaQueryEvaluator&, StyleResolver*); |
void collectFeaturesTo(RuleFeatureSet&, HashSet<const StyleSheetContents*>& visitedSharedStyleSheetContents) const; |