| Index: Source/core/animation/TransformSVGInterpolation.h
|
| diff --git a/Source/core/animation/TransformSVGInterpolation.h b/Source/core/animation/TransformSVGInterpolation.h
|
| index 85d563c0f6a00fa3610ccebd959d18d54e2fbc0b..41026aacdaa5bcced3846400571fa4357f32f06b 100644
|
| --- a/Source/core/animation/TransformSVGInterpolation.h
|
| +++ b/Source/core/animation/TransformSVGInterpolation.h
|
| @@ -24,7 +24,7 @@ public:
|
| return SVGTransformList::create();
|
| }
|
|
|
| - static PassOwnPtrWillBeRawPtr<InterpolableValue> toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
|
| + static InterpolableValue* toInterpolableValue(SVGTransform*, const SVGAnimatedPropertyBase*, SVGTransformType*);
|
|
|
| static PassRefPtrWillBeRawPtr<SVGTransform> fromInterpolableValue(const InterpolableValue&, SVGTransformType, const SVGElement*);
|
| };
|
|
|