| Index: third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| diff --git a/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| index 898d59821a921b98a1e9202891a216704ba9ea66..b3e60fcaf1d9f6807ba8196f754e85fddf34403a 100644
|
| --- a/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| +++ b/third_party/WebKit/Source/core/animation/SVGValueInterpolationType.h
|
| @@ -40,7 +40,7 @@ private:
|
| underlyingValueOwner.set(*this, value);
|
| }
|
|
|
| - PassRefPtrWillBeRawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| + RawPtr<SVGPropertyBase> appliedSVGValue(const InterpolableValue&, const NonInterpolableValue*) const final;
|
| };
|
|
|
| } // namespace blink
|
|
|