| Index: sky/engine/core/css/CSSStyleDeclaration.h
|
| diff --git a/sky/engine/core/css/CSSStyleDeclaration.h b/sky/engine/core/css/CSSStyleDeclaration.h
|
| index 55192e3e5c53181eeeba42cdb9f34491597b65c5..afb11ae35f59b41e2f5182b2d12341ef10133a2f 100644
|
| --- a/sky/engine/core/css/CSSStyleDeclaration.h
|
| +++ b/sky/engine/core/css/CSSStyleDeclaration.h
|
| @@ -71,8 +71,6 @@ public:
|
| virtual bool cssPropertyMatches(CSSPropertyID, const CSSValue*) const = 0;
|
| virtual CSSStyleSheet* parentStyleSheet() const { return 0; }
|
|
|
| - virtual void trace(Visitor*) { }
|
| -
|
| protected:
|
| CSSStyleDeclaration()
|
| {
|
|
|