Index: Source/core/animation/animatable/AnimatableNeutral.h |
diff --git a/Source/core/animation/animatable/AnimatableNeutral.h b/Source/core/animation/animatable/AnimatableNeutral.h |
index 582ac21d0a969fb9964567ab49c668ff3d5b2695..76bb9b8b10904ec98094cf59edfd46be24f3dd1d 100644 |
--- a/Source/core/animation/animatable/AnimatableNeutral.h |
+++ b/Source/core/animation/animatable/AnimatableNeutral.h |
@@ -39,7 +39,7 @@ class AnimatableNeutral final : public AnimatableValue { |
public: |
virtual ~AnimatableNeutral() { } |
- virtual void trace(Visitor* visitor) override { AnimatableValue::trace(visitor); } |
+ DEFINE_INLINE_VIRTUAL_TRACE() { AnimatableValue::trace(visitor); } |
protected: |
static PassRefPtrWillBeRawPtr<AnimatableNeutral> create() { return adoptRefWillBeNoop(new AnimatableNeutral()); } |