| Index: Source/core/svg/SVGElement.cpp
|
| diff --git a/Source/core/svg/SVGElement.cpp b/Source/core/svg/SVGElement.cpp
|
| index ca015d3ee51e2cd407a6d61be7d794ee9b1140b7..b7cc6bdda1f7d01b8eed762170494543f58f74fe 100644
|
| --- a/Source/core/svg/SVGElement.cpp
|
| +++ b/Source/core/svg/SVGElement.cpp
|
| @@ -270,7 +270,7 @@ PassRefPtrWillBeRawPtr<CSSValue> SVGElement::getPresentationAttribute(const Atom
|
| if (!attr)
|
| return nullptr;
|
|
|
| - RefPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(SVGAttributeMode);
|
| + RefPtrWillBeRawPtr<MutableStylePropertySet> style = MutableStylePropertySet::create(SVGAttributeMode);
|
| CSSPropertyID propertyID = SVGElement::cssPropertyIdForSVGAttributeName(attr->name());
|
| style->setProperty(propertyID, attr->value());
|
| RefPtrWillBeRawPtr<CSSValue> cssValue = style->getPropertyCSSValue(propertyID);
|
|
|