| Index: Source/core/animation/animatable/AnimatableUnknown.h
|
| diff --git a/Source/core/animation/animatable/AnimatableUnknown.h b/Source/core/animation/animatable/AnimatableUnknown.h
|
| index 9c375490d38ff7cd8b00212e91664bb307ed3680..e767659e7c28418b55afef3b2e24723764395b58 100644
|
| --- a/Source/core/animation/animatable/AnimatableUnknown.h
|
| +++ b/Source/core/animation/animatable/AnimatableUnknown.h
|
| @@ -53,7 +53,7 @@ public:
|
| PassRefPtrWillBeRawPtr<CSSValue> toCSSValue() const { return m_value; }
|
| CSSValueID toCSSValueID() const { return toCSSPrimitiveValue(m_value.get())->getValueID(); }
|
|
|
| - virtual void trace(Visitor* visitor) override
|
| + DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
| visitor->trace(m_value);
|
| AnimatableValue::trace(visitor);
|
|
|