Index: Source/core/html/forms/InputType.cpp |
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
index 5607acb236fe629ec0357d708030a4a76c7cae6e..413fef2ac74d238f50dba207b06a288dbc028d50 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -467,11 +467,6 @@ bool InputType::shouldShowFocusRingOnMouseFocus() const |
return false; |
} |
-bool InputType::shouldUseInputMethod() const |
-{ |
- return false; |
-} |
- |
void InputType::enableSecureTextInput() |
{ |
} |