| Index: Source/core/animation/SVGInterpolation.h
|
| diff --git a/Source/core/animation/SVGInterpolation.h b/Source/core/animation/SVGInterpolation.h
|
| index d58766f826ad4f766e34ceeacbf988ccf4ad09c5..a458523fba92285e5dd0d076b3ef715fb6fada6f 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(PassOwnPtr<InterpolableValue> start, PassOwnPtr<InterpolableValue> end, PassRefPtrWillBeRawPtr<SVGAnimatedPropertyBase> attribute)
|
| : Interpolation(start, end)
|
| , m_attribute(attribute)
|
| {
|
|
|