| Index: Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| diff --git a/Source/core/animation/animatable/AnimatableLengthPoint3D.h b/Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| index 01935b24ef9b058b900fafd79991beef5579ec42..527c6e6e87f935780eeda3e529fc1d05adf111e5 100644
|
| --- a/Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| +++ b/Source/core/animation/animatable/AnimatableLengthPoint3D.h
|
| @@ -46,7 +46,7 @@ public:
|
| const AnimatableValue* y() const { return m_y.get(); }
|
| const AnimatableValue* z() const { return m_z.get(); }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|