| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| index a33b01cd7d6ea1768b5c13a808087896bca73d91..41ad6c1b53566293a7d133562e75fdccf1ab2b9c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -187,7 +187,7 @@ bool SVGUseElement::isPresentationAttributeWithSVGDOM(const QualifiedName& attrN
|
|
|
| void SVGUseElement::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)
|
|
|