| Index: Source/core/animation/animatable/AnimatableValue.h
|
| diff --git a/Source/core/animation/animatable/AnimatableValue.h b/Source/core/animation/animatable/AnimatableValue.h
|
| index 0790dc6b9f466036c0cc110d8a4f74538f9cf3c0..ce53530d86bef5c174f3dc3f9bcfd4b8f024be5e 100644
|
| --- a/Source/core/animation/animatable/AnimatableValue.h
|
| +++ b/Source/core/animation/animatable/AnimatableValue.h
|
| @@ -87,7 +87,7 @@ public:
|
| return value->type() == type();
|
| }
|
|
|
| - virtual void trace(Visitor*) { }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|
| protected:
|
| enum AnimatableType {
|
|
|