Index: Source/core/animation/LegacyStyleInterpolation.h |
diff --git a/Source/core/animation/LegacyStyleInterpolation.h b/Source/core/animation/LegacyStyleInterpolation.h |
index b2b536ced3d20fd71f88e5c2557e699a2e16b48c..276c9e4d47379533f757dc209b8dda5613e3ad1a 100644 |
--- a/Source/core/animation/LegacyStyleInterpolation.h |
+++ b/Source/core/animation/LegacyStyleInterpolation.h |
@@ -28,7 +28,7 @@ public: |
return toInterpolableAnimatableValue(m_cachedValue.get())->value(); |
} |
- virtual void trace(Visitor* visitor) override |
+ DEFINE_INLINE_VIRTUAL_TRACE() |
{ |
StyleInterpolation::trace(visitor); |
} |