| Index: third_party/WebKit/Source/core/svg/SVGAngleTearOff.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGAngleTearOff.cpp b/third_party/WebKit/Source/core/svg/SVGAngleTearOff.cpp
 | 
| index 07128079a9830d13fa69a1f2f18d247f579581b9..95feae28753ed19eedda0930b44b6df259481356 100644
 | 
| --- a/third_party/WebKit/Source/core/svg/SVGAngleTearOff.cpp
 | 
| +++ b/third_party/WebKit/Source/core/svg/SVGAngleTearOff.cpp
 | 
| @@ -37,7 +37,7 @@
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| -SVGAngleTearOff::SVGAngleTearOff(PassRefPtrWillBeRawPtr<SVGAngle> targetProperty, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
 | 
| +SVGAngleTearOff::SVGAngleTearOff(RawPtr<SVGAngle> targetProperty, SVGElement* contextElement, PropertyIsAnimValType propertyIsAnimVal, const QualifiedName& attributeName)
 | 
|      : SVGPropertyTearOff<SVGAngle>(targetProperty, contextElement, propertyIsAnimVal, attributeName)
 | 
|  {
 | 
|  }
 | 
| 
 |