Index: third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
diff --git a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
index 089c8b4d37c41c8022db9f2789517bb386224fdb..aa02b54db57c0314b9ddeedd31fcd102cc2b8503 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
+++ b/third_party/WebKit/Source/core/svg/SVGSVGElement.cpp |
@@ -245,7 +245,7 @@ bool SVGSVGElement::isPresentationAttributeWithSVGDOM(const QualifiedName& attrN |
void SVGSVGElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style) |
{ |
- RefPtrWillBeRawPtr<SVGAnimatedPropertyBase> property = propertyFromAttribute(name); |
+ SVGAnimatedPropertyBase* property = propertyFromAttribute(name); |
if (property == m_x) { |
addPropertyToPresentationAttributeStyle(style, CSSPropertyX, m_x->currentValue()->asCSSPrimitiveValue()); |
} else if (property == m_y) { |