| Index: Source/core/animation/ImageStyleInterpolation.h
|
| diff --git a/Source/core/animation/ImageStyleInterpolation.h b/Source/core/animation/ImageStyleInterpolation.h
|
| index 35395a279cdb293d367f425edc587d34b2c2c134..cf799089540df6afcc37224046bdda084aaefa4e 100644
|
| --- a/Source/core/animation/ImageStyleInterpolation.h
|
| +++ b/Source/core/animation/ImageStyleInterpolation.h
|
| @@ -16,7 +16,7 @@ public:
|
| return adoptRefWillBeNoop(new ImageStyleInterpolation(&start, &end, id));
|
| }
|
|
|
| - virtual void trace(Visitor*) override;
|
| + DECLARE_VIRTUAL_TRACE();
|
|
|
| static bool canCreateFrom(const CSSValue&);
|
| virtual void apply(StyleResolverState&) const override;
|
|
|