| Index: Source/core/animation/StyleInterpolation.h
|
| diff --git a/Source/core/animation/StyleInterpolation.h b/Source/core/animation/StyleInterpolation.h
|
| index 6a95d378046b69e9b4da308cabb294415bc33c32..052df73cc947e748dbfce4fca546afd24e42ace4 100644
|
| --- a/Source/core/animation/StyleInterpolation.h
|
| +++ b/Source/core/animation/StyleInterpolation.h
|
| @@ -38,7 +38,7 @@ public:
|
|
|
| CSSPropertyID id() const { return m_id; }
|
|
|
| - virtual void trace(Visitor* visitor) override
|
| + DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
| Interpolation::trace(visitor);
|
| }
|
|
|