| Index: third_party/WebKit/Source/core/animation/SVGPathInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.cpp
|
| index e44c6f4749a7cd3093a3275ade4e9ddf0e171fc4..9525f660429f837bfe92be5c8aadeb67fe08a12f 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGPathInterpolationType.cpp
|
| @@ -157,7 +157,7 @@ void SVGPathInterpolationType::composite(UnderlyingValue& underlyingValue, doubl
|
|
|
| PassRefPtrWillBeRawPtr<SVGPropertyBase> SVGPathInterpolationType::appliedSVGValue(const InterpolableValue& interpolableValue, const NonInterpolableValue* nonInterpolableValue) const
|
| {
|
| - OwnPtr<SVGPathByteStream> pathByteStream = SVGPathByteStream::create();
|
| + RefPtr<SVGPathByteStream> pathByteStream = SVGPathByteStream::create();
|
| InterpolatedSVGPathSource source(
|
| toInterpolableList(*toInterpolableList(interpolableValue).get(PathArgsIndex)),
|
| toSVGPathNonInterpolableValue(nonInterpolableValue)->pathSegTypes());
|
|
|