| Index: third_party/WebKit/Source/core/svg/SVGPathElement.cpp | 
| diff --git a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp | 
| index bf9e7b6c2fe3573f4239cc518a7601ad3612c1ff..36f5179ccdd8f17ac2ae0be51185d6ef2b7a7f71 100644 | 
| --- a/third_party/WebKit/Source/core/svg/SVGPathElement.cpp | 
| +++ b/third_party/WebKit/Source/core/svg/SVGPathElement.cpp | 
| @@ -153,7 +153,7 @@ void SVGPathElement::svgAttributeChanged(const QualifiedName& attrName) | 
|  | 
| void SVGPathElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) | 
| { | 
| -    RefPtrWillBeRawPtr<SVGAnimatedPropertyBase> property = propertyFromAttribute(name); | 
| +    SVGAnimatedPropertyBase* property = propertyFromAttribute(name); | 
| if (property == m_path) | 
| addPropertyToPresentationAttributeStyle(style, CSSPropertyD, m_path->currentValue()->pathValue()); | 
| else | 
|  |