| Index: Source/core/svg/SVGLinearGradientElement.cpp
|
| diff --git a/Source/core/svg/SVGLinearGradientElement.cpp b/Source/core/svg/SVGLinearGradientElement.cpp
|
| index 68237eddae4e3d7d017a2dfeaa189bb6fbb2effe..cb55892dab936398f2f349fb2c183c4ed7da490e 100644
|
| --- a/Source/core/svg/SVGLinearGradientElement.cpp
|
| +++ b/Source/core/svg/SVGLinearGradientElement.cpp
|
| @@ -115,7 +115,7 @@ void SVGLinearGradientElement::svgAttributeChanged(const QualifiedName& attrName
|
|
|
| RenderObject* SVGLinearGradientElement::createRenderer(RenderStyle*)
|
| {
|
| - return new (document()->renderArena()) RenderSVGResourceLinearGradient(this);
|
| + return new RenderSVGResourceLinearGradient(this);
|
| }
|
|
|
| bool SVGLinearGradientElement::collectGradientAttributes(LinearGradientAttributes& attributes)
|
|
|