| Index: Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| diff --git a/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp b/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| index 9f698aec5c97c9b7191b557dd982524b3c69cc42..000bf64c1242ba844a8f893f21620025a6626957 100644
|
| --- a/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| +++ b/Source/core/animation/animatable/AnimatableLengthPoint3D.cpp
|
| @@ -33,7 +33,7 @@
|
|
|
| namespace blink {
|
|
|
| -PassRefPtrWillBeRawPtr<AnimatableValue> AnimatableLengthPoint3D::interpolateTo(const AnimatableValue* value, double fraction) const
|
| +AnimatableValue* AnimatableLengthPoint3D::interpolateTo(const AnimatableValue* value, double fraction) const
|
| {
|
| const AnimatableLengthPoint3D* lengthPoint = toAnimatableLengthPoint3D(value);
|
| return AnimatableLengthPoint3D::create(
|
|
|