| Index: Source/core/animation/animatable/AnimatableDoubleAndBool.h
|
| diff --git a/Source/core/animation/animatable/AnimatableDoubleAndBool.h b/Source/core/animation/animatable/AnimatableDoubleAndBool.h
|
| index bee3b71c5fe7af3ef4d61942f1dce08c50c069ab..bc7ae9f6aa946dc9f4ca461cb2b089665fef2df4 100644
|
| --- a/Source/core/animation/animatable/AnimatableDoubleAndBool.h
|
| +++ b/Source/core/animation/animatable/AnimatableDoubleAndBool.h
|
| @@ -20,7 +20,7 @@ public:
|
| double toDouble() const { return m_number; }
|
| bool flag() const { return m_flag; }
|
|
|
| - virtual void trace(Visitor* visitor) override { AnimatableValue::trace(visitor); }
|
| + DEFINE_INLINE_VIRTUAL_TRACE() { AnimatableValue::trace(visitor); }
|
|
|
| protected:
|
| virtual PassRefPtrWillBeRawPtr<AnimatableValue> interpolateTo(const AnimatableValue*, double fraction) const override;
|
|
|