Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index f9542e45f3c775ed1b2d57dc96df325adf4cc736..10a59cf82af91877cac7338c66ec68e4ab6bc0a3 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -294,7 +294,8 @@ private: |
void matchHostRules(Element*, ScopedStyleResolver*, ElementRuleCollector&, bool includeEmptyRules); |
void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool includeSMILProperties); |
void matchUARules(ElementRuleCollector&); |
- void matchUserRules(ElementRuleCollector&, bool includeEmptyRules); |
+ // FIXME: watched selectors should be implemented using injected author stylesheets: http://crbug.com/316960 |
+ void matchWatchSelectorRules(ElementRuleCollector&); |
void collectFeatures(); |
void collectTreeBoundaryCrossingRules(ElementRuleCollector&, bool includeEmptyRules); |