| Index: third_party/WebKit/Source/core/svg/SVGForeignObjectElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.cpp b/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.cpp
|
| index 710e3d6109c584583a3433d3f67ddf820d217d27..3537e60bda5248b6e91b797148531184abde7a06 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGForeignObjectElement.cpp
|
| @@ -72,7 +72,7 @@ bool SVGForeignObjectElement::isPresentationAttributeWithSVGDOM(const QualifiedN
|
|
|
| void SVGForeignObjectElement::collectStyleForPresentationAttribute(const QualifiedName& name, const AtomicString& value, MutableStylePropertySet* style)
|
| {
|
| - RefPtrWillBeRawPtr<SVGAnimatedPropertyBase> property = propertyFromAttribute(name);
|
| + SVGAnimatedPropertyBase* property = propertyFromAttribute(name);
|
| if (property == m_width)
|
| addPropertyToPresentationAttributeStyle(style, CSSPropertyWidth, m_width->currentValue()->asCSSPrimitiveValue());
|
| else if (property == m_height)
|
|
|