| Index: third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h
 | 
| diff --git a/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h b/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h
 | 
| index 0d539d53426c51d6436fbb6085a8de3990f6b7b4..8d25e417008a5f6d6e8976f45abbe6f6ad218fb6 100644
 | 
| --- a/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h
 | 
| +++ b/third_party/WebKit/Source/core/animation/SVGIntegerInterpolationType.h
 | 
| @@ -18,7 +18,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
 | 
| 
 |