| Index: Source/core/html/HTMLFrameSetElement.cpp
|
| diff --git a/Source/core/html/HTMLFrameSetElement.cpp b/Source/core/html/HTMLFrameSetElement.cpp
|
| index a0e74fd415f0a93d9aa48dc1f978fbf002cbe38a..d806c619208a4f9be0d329fe634127beb0ce3d17 100644
|
| --- a/Source/core/html/HTMLFrameSetElement.cpp
|
| +++ b/Source/core/html/HTMLFrameSetElement.cpp
|
| @@ -159,7 +159,7 @@ RenderObject* HTMLFrameSetElement::createRenderer(RenderStyle *style)
|
| if (style->hasContent())
|
| return RenderObject::createObject(this, style);
|
|
|
| - return new (document()->renderArena()) RenderFrameSet(this);
|
| + return new RenderFrameSet(this);
|
| }
|
|
|
| void HTMLFrameSetElement::attach(const AttachContext& context)
|
|
|