| Index: Source/core/svg/SVGTextPathElement.cpp
|
| diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp
|
| index e0f85cb30ecfa022463c5566f7631cd27fc52c38..dbba6197c8ebc113a3c44b7f7c558af5dedd051e 100644
|
| --- a/Source/core/svg/SVGTextPathElement.cpp
|
| +++ b/Source/core/svg/SVGTextPathElement.cpp
|
| @@ -130,7 +130,7 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName)
|
|
|
| RenderObject* SVGTextPathElement::createRenderer(RenderStyle*)
|
| {
|
| - return new (document()->renderArena()) RenderSVGTextPath(this);
|
| + return new RenderSVGTextPath(this);
|
| }
|
|
|
| bool SVGTextPathElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const
|
|
|