Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 1de89dc29594f0ceb20f95b8dcb48f2604fa8f43..36f2329458278cbe5ec9adc75232c0042635e5cf 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -252,7 +252,7 @@ private: |
// FIXME: watched selectors should be implemented using injected author stylesheets: http://crbug.com/316960 |
void matchWatchSelectorRules(ElementRuleCollector&); |
void collectFeatures(); |
- void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules); |
+ void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules, CascadeOrder); |
void resetRuleFeatures(); |
bool fastRejectSelector(const RuleData&) const; |