| Index: Source/core/rendering/RenderTableSection.cpp
|
| diff --git a/Source/core/rendering/RenderTableSection.cpp b/Source/core/rendering/RenderTableSection.cpp
|
| index 765b35e238ac819d6edba8188fcf0df6bf4c88cc..d2eac4414d8378202251cbace2f7410d607bb997 100644
|
| --- a/Source/core/rendering/RenderTableSection.cpp
|
| +++ b/Source/core/rendering/RenderTableSection.cpp
|
| @@ -1635,7 +1635,7 @@ CollapsedBorderValue& RenderTableSection::cachedCollapsedBorder(const RenderTabl
|
| RenderTableSection* RenderTableSection::createAnonymousWithParentRenderer(const RenderObject* parent)
|
| {
|
| RefPtr<RenderStyle> newStyle = RenderStyle::createAnonymousStyleWithDisplay(parent->style(), TABLE_ROW_GROUP);
|
| - RenderTableSection* newSection = new (parent->renderArena()) RenderTableSection(0);
|
| + RenderTableSection* newSection = new RenderTableSection(0);
|
| newSection->setDocumentForAnonymous(parent->document());
|
| newSection->setStyle(newStyle.release());
|
| return newSection;
|
|
|