| Index: Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| index a334b7909a5c21197804964e388d923578e336f7..6b10cc3dc16e545139318425741f277f7ec8f005 100644
|
| --- a/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableLengthBoxAndBool.cpp
|
| @@ -60,7 +60,7 @@ bool AnimatableLengthBoxAndBool::usesDefaultInterpolationWith(const AnimatableVa
|
| || !sidesHaveSameUnits(boxA->bottom(), boxB->bottom());
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthBoxAndBool::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +AnimatableValue* AnimatableLengthBoxAndBool::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| const AnimatableLengthBoxAndBool* lengthBoxAndBool = toAnimatableLengthBoxAndBool(value);
|
| if (usesDefaultInterpolationWith(lengthBoxAndBool))
|
|
|