| Index: sky/engine/core/css/RuleSet.h
|
| diff --git a/sky/engine/core/css/RuleSet.h b/sky/engine/core/css/RuleSet.h
|
| index c4fae3c8deae40bf5bec822d3e66fb7df38ff951..07f856f109df8deddf64ec734673bad54b5e43a3 100644
|
| --- a/sky/engine/core/css/RuleSet.h
|
| +++ b/sky/engine/core/css/RuleSet.h
|
| @@ -96,8 +96,6 @@ public:
|
| const Vector<RawPtr<StyleRuleKeyframes> >& keyframesRules() const { return m_keyframesRules; }
|
| const MediaQueryResultList& viewportDependentMediaQueryResults() const { return m_viewportDependentMediaQueryResults; }
|
|
|
| - unsigned ruleCount() const { return m_ruleCount; }
|
| -
|
| void compactRulesIfNeeded()
|
| {
|
| if (!m_pendingRules)
|
|
|