| Index: Source/core/animation/ConstantStyleInterpolation.h
|
| diff --git a/Source/core/animation/ConstantStyleInterpolation.h b/Source/core/animation/ConstantStyleInterpolation.h
|
| index 504e06c3c2aa1824b8daacd2e9440f7e0e1b2b21..0ccda69bf72f08c69bc0f19dec04885dd2aac50f 100644
|
| --- a/Source/core/animation/ConstantStyleInterpolation.h
|
| +++ b/Source/core/animation/ConstantStyleInterpolation.h
|
| @@ -17,7 +17,7 @@ public:
|
| return adoptRefWillBeNoop(new ConstantStyleInterpolation(value, id));
|
| }
|
|
|
| - virtual void apply(StyleResolverState& state) const override
|
| + void apply(StyleResolverState& state) const override
|
| {
|
| StyleBuilder::applyProperty(m_id, state, m_value.get());
|
| }
|
|
|