Index: Source/core/svg/SVGGraphicsElement.cpp |
diff --git a/Source/core/svg/SVGGraphicsElement.cpp b/Source/core/svg/SVGGraphicsElement.cpp |
index 1e56fd3528f46edafe5565535c468a67ae43148e..0b6ff05a3c8608f9ba828e5d6e9e9ef465b11d61 100644 |
--- a/Source/core/svg/SVGGraphicsElement.cpp |
+++ b/Source/core/svg/SVGGraphicsElement.cpp |
@@ -163,7 +163,7 @@ SVGRect SVGGraphicsElement::getBBox(StyleUpdateStrategy styleUpdateStrategy) |
RenderObject* SVGGraphicsElement::createRenderer(RenderStyle*) |
{ |
// By default, any subclass is expected to do path-based drawing |
- return new (document()->renderArena()) RenderSVGPath(this); |
+ return new RenderSVGPath(this); |
} |
void SVGGraphicsElement::toClipPath(Path& path) |