| Index: Source/core/animation/SVGLengthStyleInterpolation.h
|
| diff --git a/Source/core/animation/SVGLengthStyleInterpolation.h b/Source/core/animation/SVGLengthStyleInterpolation.h
|
| index 6ec0f122773196fa603cfa89e302c8a0b1536c41..7811e01b74abd59b097528e9a6526f7d6fed54f0 100644
|
| --- a/Source/core/animation/SVGLengthStyleInterpolation.h
|
| +++ b/Source/core/animation/SVGLengthStyleInterpolation.h
|
| @@ -17,7 +17,7 @@ public:
|
|
|
| virtual void apply(StyleResolverState&) const override;
|
|
|
| - virtual void trace(Visitor* visitor) override
|
| + DEFINE_INLINE_VIRTUAL_TRACE()
|
| {
|
| StyleInterpolation::trace(visitor);
|
| }
|
|
|