| Index: Source/core/html/HTMLBRElement.cpp
|
| diff --git a/Source/core/html/HTMLBRElement.cpp b/Source/core/html/HTMLBRElement.cpp
|
| index 71135194587cc1359d21e38b9c39fc4f880a6731..a869c8768b5f893e4def412344c343282a12f00a 100644
|
| --- a/Source/core/html/HTMLBRElement.cpp
|
| +++ b/Source/core/html/HTMLBRElement.cpp
|
| @@ -76,7 +76,7 @@ RenderObject* HTMLBRElement::createRenderer(RenderStyle* style)
|
| if (style->hasContent())
|
| return RenderObject::createObject(this, style);
|
|
|
| - return new (document()->renderArena()) RenderBR(this);
|
| + return new RenderBR(this);
|
| }
|
|
|
| }
|
|
|