Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 18324d17f23ae1c3fdf5cf194f13afb42b6370ce..cee64e5536332a677d3bffce2a23d9213c946cb2 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -251,7 +251,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; |