| 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 4076333c7ab8ed034c3a83424fd9ebe47b4591e4..e1ada8d13b8557ee1427a5bff1708beecc83ce59 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
|
|
|