| Index: third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp b/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| index 679208ea465915e80713f1922c8028f176dc29a9..966bc712e0d6fc1281c6d5bfe32030bc15573fa6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGEllipseElement.cpp
|
| @@ -93,7 +93,7 @@ bool SVGEllipseElement::isPresentationAttributeWithSVGDOM(const QualifiedName& a
|
|
|
| void SVGEllipseElement::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)
|
|
|