Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index 6907751dae7e0f6ac414bac7837927c9c960c5d7..4ef21db5136b768e96c1625937780d3760a5b887 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -49,7 +49,7 @@ HTMLSummaryElement::HTMLSummaryElement(const QualifiedName& tagName, Document* d |
RenderObject* HTMLSummaryElement::createRenderer(RenderStyle*) |
{ |
- return new (document()->renderArena()) RenderBlock(this); |
+ return new RenderBlock(this); |
} |
void HTMLSummaryElement::didAddUserAgentShadowRoot(ShadowRoot* root) |