Index: Source/core/html/HTMLInputElement.cpp |
diff --git a/Source/core/html/HTMLInputElement.cpp b/Source/core/html/HTMLInputElement.cpp |
index ad84fe148559e65ae7b558fa64ea57379065c751..758ea723b828e22985bacaaef1dc55cace5cfe6f 100644 |
--- a/Source/core/html/HTMLInputElement.cpp |
+++ b/Source/core/html/HTMLInputElement.cpp |
@@ -380,11 +380,6 @@ void HTMLInputElement::endEditing() |
frame->host()->chrome().client().didEndEditingOnTextField(*this); |
} |
-bool HTMLInputElement::shouldUseInputMethod() |
-{ |
- return m_inputType->shouldUseInputMethod(); |
-} |
- |
void HTMLInputElement::handleFocusEvent(Element* oldFocusedElement, FocusType type) |
{ |
m_inputTypeView->handleFocusEvent(oldFocusedElement, type); |