| Index: Source/core/animation/LengthStyleInterpolation.h
|
| diff --git a/Source/core/animation/LengthStyleInterpolation.h b/Source/core/animation/LengthStyleInterpolation.h
|
| index fd7302e587cf12f2963435754b6bfc010dff968d..1d7300560606ef53c8675fe8491c522715b756a9 100644
|
| --- a/Source/core/animation/LengthStyleInterpolation.h
|
| +++ b/Source/core/animation/LengthStyleInterpolation.h
|
| @@ -26,7 +26,7 @@ public:
|
|
|
| static bool canCreateFrom(const CSSValue&, CSSPropertyID = CSSPropertyInvalid);
|
|
|
| - virtual void apply(StyleResolverState&) const override;
|
| + void apply(StyleResolverState&) const override;
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
|
|