Index: Source/core/html/HTMLSummaryElement.cpp |
diff --git a/Source/core/html/HTMLSummaryElement.cpp b/Source/core/html/HTMLSummaryElement.cpp |
index c50214afb97e4226b0134a41c7545f7dfb7cdf63..c60d9ad622a7b2e097c94a0e6698895c8f7a7b6e 100644 |
--- a/Source/core/html/HTMLSummaryElement.cpp |
+++ b/Source/core/html/HTMLSummaryElement.cpp |
@@ -47,9 +47,9 @@ HTMLSummaryElement::HTMLSummaryElement(const QualifiedName& tagName, Document* d |
ASSERT(hasTagName(summaryTag)); |
} |
-RenderObject* HTMLSummaryElement::createRenderer(RenderArena* arena, RenderStyle*) |
+RenderObject* HTMLSummaryElement::createRenderer(RenderStyle*) |
{ |
- return new (arena) RenderBlock(this); |
+ return new RenderBlock(this); |
} |
bool HTMLSummaryElement::childShouldCreateRenderer(const NodeRenderingContext& childContext) const |