Index: Source/core/html/forms/TextFieldInputType.h |
diff --git a/Source/core/html/forms/TextFieldInputType.h b/Source/core/html/forms/TextFieldInputType.h |
index c452b5dbf73d860c0875366a389b5ec16d5b7bbc..bfb5b7c5424f7beb7dfd60fa92e1be18f42b88a6 100644 |
--- a/Source/core/html/forms/TextFieldInputType.h |
+++ b/Source/core/html/forms/TextFieldInputType.h |
@@ -82,7 +82,6 @@ private: |
virtual void forwardEvent(Event*) OVERRIDE FINAL; |
virtual bool shouldSubmitImplicitly(Event*) OVERRIDE FINAL; |
virtual RenderObject* createRenderer(RenderStyle*) const OVERRIDE; |
- virtual bool shouldUseInputMethod() const OVERRIDE; |
virtual String sanitizeValue(const String&) const OVERRIDE; |
virtual bool shouldRespectListAttribute() OVERRIDE; |
virtual void listAttributeTargetChanged() OVERRIDE; |