| Index: Source/core/animation/SVGInterpolation.h
|
| diff --git a/Source/core/animation/SVGInterpolation.h b/Source/core/animation/SVGInterpolation.h
|
| index 8e616e01270624ddafd1586da48f7dd098a71c9a..76c91612d1e5b6fd16908fd0e6efe4a3a0319f63 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)
|
| {
|
|
|