Index: Source/core/svg/SVGPathElement.cpp |
diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp |
index a06d6c652fa8635d0a108aa993be813ac5763d40..5f490c012623c799ba672ab63236940bfdb919ca 100644 |
--- a/Source/core/svg/SVGPathElement.cpp |
+++ b/Source/core/svg/SVGPathElement.cpp |
@@ -403,7 +403,7 @@ FloatRect SVGPathElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) |
RenderObject* SVGPathElement::createRenderer(RenderStyle*) |
{ |
// By default, any subclass is expected to do path-based drawing |
- return new (document()->renderArena()) RenderSVGPath(this); |
+ return new RenderSVGPath(this); |
} |
} |