| Index: Source/core/html/HTMLButtonElement.cpp
|
| diff --git a/Source/core/html/HTMLButtonElement.cpp b/Source/core/html/HTMLButtonElement.cpp
|
| index 855af6438c4991db8b5910ca96126744a58eec95..fc4b68ec9d4e5cff3521c4626ab3f14536ae3110 100644
|
| --- a/Source/core/html/HTMLButtonElement.cpp
|
| +++ b/Source/core/html/HTMLButtonElement.cpp
|
| @@ -58,9 +58,9 @@ void HTMLButtonElement::setType(const AtomicString& type)
|
| setAttribute(typeAttr, type);
|
| }
|
|
|
| -RenderObject* HTMLButtonElement::createRenderer(RenderArena* arena, RenderStyle*)
|
| +RenderObject* HTMLButtonElement::createRenderer(RenderStyle*)
|
| {
|
| - return new (arena) RenderButton(this);
|
| + return new RenderButton(this);
|
| }
|
|
|
| const AtomicString& HTMLButtonElement::formControlType() const
|
|
|