| Index: Source/core/animation/animatable/AnimatableDouble.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableDouble.cpp b/Source/core/animation/animatable/AnimatableDouble.cpp
|
| index 225726fa49435ad201276a83b487d661322bbd2a..63c21971242f6977366527f5afa7eb6c1fd41228 100644
|
| --- a/Source/core/animation/animatable/AnimatableDouble.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableDouble.cpp
|
| @@ -42,7 +42,7 @@ bool AnimatableDouble::usesDefaultInterpolationWith(const AnimatableValue* value
|
| return (m_constraint == InterpolationIsNonContinuousWithZero) && (!m_number || !other->m_number);
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableDouble::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +AnimatableValue* AnimatableDouble::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| const AnimatableDouble* other = toAnimatableDouble(value);
|
| ASSERT(m_constraint == other->m_constraint);
|
|
|