| Index: sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| diff --git a/sky/engine/core/css/CSSComputedStyleDeclaration.h b/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| index 6dc3acf43894a45ab5f5c1d739d607606b75a6e8..411360cd6eee388ef2051e920403e5329584e847 100644
|
| --- a/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| +++ b/sky/engine/core/css/CSSComputedStyleDeclaration.h
|
| @@ -71,8 +71,6 @@ public:
|
|
|
| PassRefPtr<MutableStylePropertySet> copyPropertiesInSet(const Vector<CSSPropertyID>&) const;
|
|
|
| - virtual void trace(Visitor*) override;
|
| -
|
| private:
|
| CSSComputedStyleDeclaration(PassRefPtr<Node>, bool allowVisitedStyle, const String&);
|
|
|
|
|