| Index: Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| diff --git a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| index 184e52bbaf503c399f919019f22557c5b3c1e59e..3b64b3f2b41fa9c48ebfd64b072cdbefe3fe3f15 100644
|
| --- a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| +++ b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.h
|
| @@ -45,7 +45,7 @@ public:
|
| const AnimatableValue* box() const { return m_box.get(); }
|
| bool flag() const { return m_flag; }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| protected:
|
| virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|