Index: Source/core/html/TextFieldInputType.cpp |
diff --git a/Source/core/html/TextFieldInputType.cpp b/Source/core/html/TextFieldInputType.cpp |
index 1cd61d6f22141388671d39ec4c24f4e1f61d1109..e0fb1ec66a057b0c2505f5753b39409f02e3f482 100644 |
--- a/Source/core/html/TextFieldInputType.cpp |
+++ b/Source/core/html/TextFieldInputType.cpp |
@@ -211,7 +211,7 @@ bool TextFieldInputType::shouldSubmitImplicitly(Event* event) |
RenderObject* TextFieldInputType::createRenderer(RenderStyle*) const |
{ |
- return new (element()->document()->renderArena()) RenderTextControlSingleLine(element()); |
+ return new RenderTextControlSingleLine(element()); |
} |
bool TextFieldInputType::needsContainer() const |