| Index: third_party/WebKit/Source/core/svg/SVGMaskElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp b/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp
|
| index 05289938c5afee1b5c73943a49cfcc4bba93b305..6b7dffb4c9c8adea132ebd16a7d8eae9e68cf6f6 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGMaskElement.cpp
|
| @@ -85,7 +85,7 @@ bool SVGMaskElement::isPresentationAttributeWithSVGDOM(const QualifiedName& attr
|
|
|
| void SVGMaskElement::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)
|
|
|