Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index 2eadc35167e31e073e93b770e994893e03129d5c..7eb519bf5989d3feb7759e0444f2efe4a5e02d31 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -363,7 +363,7 @@ void HTMLInputElement::beginEditing() |
return; |
if (Frame* frame = document()->frame()) |
- frame->editor()->textFieldDidBeginEditing(this); |
+ frame->editor()->textAreaOrTextFieldDidBeginEditing(this); |
} |
void HTMLInputElement::endEditing() |