| Index: sky/engine/core/css/ElementRuleCollector.h
|
| diff --git a/sky/engine/core/css/ElementRuleCollector.h b/sky/engine/core/css/ElementRuleCollector.h
|
| index 232d4a0f6061446cf7cf883d0d7fcf807425b1af..363b7c9dbbf277554dbedb04c8ee3e70a19e75c6 100644
|
| --- a/sky/engine/core/css/ElementRuleCollector.h
|
| +++ b/sky/engine/core/css/ElementRuleCollector.h
|
| @@ -100,7 +100,6 @@ public:
|
| void setMode(SelectorChecker::Mode mode) { m_mode = mode; }
|
|
|
| void setMatchingUARules(bool matchingUARules) { m_matchingUARules = matchingUARules; }
|
| - bool hasAnyMatchingRules(RuleSet*);
|
|
|
| MatchResult& matchedResult();
|
|
|
|
|