| Index: Source/core/animation/InterpolableValue.cpp
|
| diff --git a/Source/core/animation/InterpolableValue.cpp b/Source/core/animation/InterpolableValue.cpp
|
| index cd132abed93fe353b893ca20a458fb7be1902cb1..12e6f60dcf670421df191d0df1f32d76bef44479 100644
|
| --- a/Source/core/animation/InterpolableValue.cpp
|
| +++ b/Source/core/animation/InterpolableValue.cpp
|
| @@ -7,8 +7,6 @@
|
|
|
| namespace blink {
|
|
|
| -DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(InterpolableValue);
|
| -
|
| void InterpolableNumber::interpolate(const InterpolableValue &to, const double progress, InterpolableValue& result) const
|
| {
|
| const InterpolableNumber& toNumber = toInterpolableNumber(to);
|
|
|