| Index: Source/core/html/HTMLInputElement.cpp
|
| diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp
|
| index eba08226e40ed8d847805eeb9dbbee16efd4d7e2..6700242db8e6be67985badf519b07cf4947d6058 100644
|
| --- a/Source/core/html/HTMLInputElement.cpp
|
| +++ b/Source/core/html/HTMLInputElement.cpp
|
| @@ -808,9 +808,9 @@ bool HTMLInputElement::rendererIsNeeded(const NodeRenderingContext& context)
|
| return m_inputType->rendererIsNeeded() && HTMLTextFormControlElement::rendererIsNeeded(context);
|
| }
|
|
|
| -RenderObject* HTMLInputElement::createRenderer(RenderArena* arena, RenderStyle* style)
|
| +RenderObject* HTMLInputElement::createRenderer(RenderStyle* style)
|
| {
|
| - return m_inputType->createRenderer(arena, style);
|
| + return m_inputType->createRenderer(style);
|
| }
|
|
|
| void HTMLInputElement::attach(const AttachContext& context)
|
|
|