| Index: third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.h
|
| index 99b7090257f770cb54f432c3a899997e9d771443..9d6c6b6a4fe31f07db3ae62927e4e28bbccdcf69 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGNumberOptionalNumberInterpolationType.h
|
| @@ -19,7 +19,7 @@ public:
|
| private:
|
| InterpolationValue maybeConvertNeutral(const InterpolationValue& underlying, ConversionCheckers&) const final;
|
| InterpolationValue maybeConvertSVGValue(const SVGPropertyBase& svgValue) const final;
|
| - PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| + RawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| };
|
|
|
| } // namespace blink
|
|
|