| Index: Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp b/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| index 0bdc98ab48c73d73d9096063a736b708cacb7c30..54b6feaa0755c4472216e5221423e083940843c5 100644
|
| --- a/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableDoubleAndBool.cpp
|
| @@ -15,7 +15,7 @@ bool AnimatableDoubleAndBool::usesDefaultInterpolationWith(const AnimatableValue
|
| return flag() != other->flag();
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableDoubleAndBool::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +PassRefPtr<AnimatableValue> AnimatableDoubleAndBool::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| const AnimatableDoubleAndBool* other = toAnimatableDoubleAndBool(value);
|
| if (flag() == other->flag())
|
|
|