| Index: sky/engine/core/css/CSSGroupingRule.h
|
| diff --git a/sky/engine/core/css/CSSGroupingRule.h b/sky/engine/core/css/CSSGroupingRule.h
|
| index 501f72693ef36f27971ef4964e804f1db38e9c31..ab213d84b4222b3ed736b32c61e177ddb84b88b4 100644
|
| --- a/sky/engine/core/css/CSSGroupingRule.h
|
| +++ b/sky/engine/core/css/CSSGroupingRule.h
|
| @@ -47,8 +47,6 @@ public:
|
| unsigned length() const;
|
| CSSRule* item(unsigned index) const;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| protected:
|
| CSSGroupingRule(StyleRuleGroup* groupRule, CSSStyleSheet* parent);
|
|
|
|
|