| Index: Source/core/css/resolver/StyleResolver.h
|
| diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h
|
| index d61bfb89081c44fa89df864043bee85b04e3f487..5d7bbbe7f9579c1d0baa702e33982ae2ec3c5d3a 100644
|
| --- a/Source/core/css/resolver/StyleResolver.h
|
| +++ b/Source/core/css/resolver/StyleResolver.h
|
| @@ -294,7 +294,6 @@ private:
|
| void matchHostRules(Element*, ScopedStyleResolver*, ElementRuleCollector&, bool includeEmptyRules);
|
| void matchAllRules(StyleResolverState&, ElementRuleCollector&, bool matchAuthorAndUserStyles, bool includeSMILProperties);
|
| void matchUARules(ElementRuleCollector&);
|
| - void matchUserRules(ElementRuleCollector&, bool includeEmptyRules);
|
| void collectFeatures();
|
| void collectTreeBoundaryCrossingRules(ElementRuleCollector&, bool includeEmptyRules);
|
|
|
|
|