| Index: third_party/WebKit/Source/core/svg/SVGCircleElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp b/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp
|
| index 31d7a3b77d4690cc342bdc2a31b84ea9bdf63600..812165e915a707883983e720593987e85430f78c 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGCircleElement.cpp
|
| @@ -84,7 +84,7 @@ bool SVGCircleElement::isPresentationAttributeWithSVGDOM(const QualifiedName& at
|
|
|
| void SVGCircleElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
| {
|
| - RefPtrWillBeRawPtr<SVGAnimatedPropertyBase> property = propertyFromAttribute(name);
|
| + SVGAnimatedPropertyBase* property = propertyFromAttribute(name);
|
| if (property == m_cx)
|
| addPropertyToPresentationAttributeStyle(style, CSSPropertyCx, m_cx->currentValue()->asCSSPrimitiveValue());
|
| else if (property == m_cy)
|
|
|