Index: Source/core/svg/SVGTextPathElement.cpp |
diff --git a/Source/core/svg/SVGTextPathElement.cpp b/Source/core/svg/SVGTextPathElement.cpp |
index 5359ec6b449ab38367e532246912abd5ff1e38a4..86aea91d0e534e0f9fc12c5e3de6606823c77dc8 100644 |
--- a/Source/core/svg/SVGTextPathElement.cpp |
+++ b/Source/core/svg/SVGTextPathElement.cpp |
@@ -127,9 +127,9 @@ void SVGTextPathElement::svgAttributeChanged(const QualifiedName& attrName) |
RenderSVGResource::markForLayoutAndParentResourceInvalidation(object); |
} |
-RenderObject* SVGTextPathElement::createRenderer(RenderArena* arena, RenderStyle*) |
+RenderObject* SVGTextPathElement::createRenderer(RenderStyle*) |
{ |
- return new (arena) RenderSVGTextPath(this); |
+ return new RenderSVGTextPath(this); |
} |
bool SVGTextPathElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const |