| Index: sky/engine/core/css/CSSValuePool.h
|
| diff --git a/sky/engine/core/css/CSSValuePool.h b/sky/engine/core/css/CSSValuePool.h
|
| index ef9ffb4a5ad7b0a019606703cdae109734044473..fb0000fc23ff85d64ac56ddc75cfff53b096864d 100644
|
| --- a/sky/engine/core/css/CSSValuePool.h
|
| +++ b/sky/engine/core/css/CSSValuePool.h
|
| @@ -56,8 +56,6 @@ public:
|
| PassRefPtr<CSSPrimitiveValue> createValue(const Length& value) { return CSSPrimitiveValue::create(value); }
|
| template<typename T> static PassRefPtr<CSSPrimitiveValue> createValue(T value) { return CSSPrimitiveValue::create(value); }
|
|
|
| - void trace(Visitor*);
|
| -
|
| private:
|
| CSSValuePool();
|
|
|
|
|