| Index: third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.cpp b/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.cpp
|
| index 36ba81571ecbc6f5f5e42e25012aec3a169ef980..30219b38703c163290987361ee797cf436bbc559 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.cpp
|
| @@ -29,7 +29,7 @@ InterpolationValue SVGNumberOptionalNumberInterpolationType::maybeConvertSVGValu
|
| return InterpolationValue(result.release());
|
| }
|
|
|
| -PassRefPtrWillBeRawPtr<SVGPropertyBase> SVGNumberOptionalNumberInterpolationType::appliedSVGValue(const InterpolableValue& interpolableValue, const NonInterpolableValue*) const
|
| +RawPtr<SVGPropertyBase> SVGNumberOptionalNumberInterpolationType::appliedSVGValue(const InterpolableValue& interpolableValue, const NonInterpolableValue*) const
|
| {
|
| const InterpolableList& list = toInterpolableList(interpolableValue);
|
| return SVGNumberOptionalNumber::create(
|
|
|