| Index: Source/core/css/CSSValuePool.h
|
| diff --git a/Source/core/css/CSSValuePool.h b/Source/core/css/CSSValuePool.h
|
| index d90cadcb59c4b954449ec1fbbd0f819f7afc6788..ea5e0c113c848ab3eca1dadf2fa9d266438daade 100644
|
| --- a/Source/core/css/CSSValuePool.h
|
| +++ b/Source/core/css/CSSValuePool.h
|
| @@ -58,7 +58,7 @@ public:
|
| PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(const Length& value, float zoom) { return CSSPrimitiveValue::create(value, zoom); }
|
| template<typename T> static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createValue(T value) { return CSSPrimitiveValue::create(value); }
|
|
|
| - void trace(Visitor*);
|
| + DECLARE_TRACE();
|
|
|
| private:
|
| CSSValuePool();
|
|
|