| Index: Source/core/animation/SVGInterpolation.h
|
| diff --git a/Source/core/animation/SVGInterpolation.h b/Source/core/animation/SVGInterpolation.h
|
| index d58766f826ad4f766e34ceeacbf988ccf4ad09c5..d0891945b1563dbb14b86a3f7c1f5f7a40848fea 100644
|
| --- a/Source/core/animation/SVGInterpolation.h
|
| +++ b/Source/core/animation/SVGInterpolation.h
|
| @@ -35,7 +35,7 @@ public:
|
| }
|
|
|
| protected:
|
| - SVGInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute)
|
| + SVGInterpolation(InterpolableValue* start, InterpolableValue* end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute)
|
| : Interpolation(start, end)
|
| , m_attribute(attribute)
|
| {
|
|
|