Index: Source/core/html/HTMLInputElement.h |
diff --git a/Source/core/html/HTMLInputElement.h b/Source/core/html/HTMLInputElement.h |
index af8ffba811b914cb7bfdb4175fe202f08533a584..076cdf2e6c10cb55b7d2456f24eb502ed7cc9742 100644 |
--- a/Source/core/html/HTMLInputElement.h |
+++ b/Source/core/html/HTMLInputElement.h |
@@ -293,7 +293,6 @@ private: |
virtual bool isEnumeratable() const OVERRIDE FINAL; |
virtual bool isInteractiveContent() const OVERRIDE FINAL; |
virtual bool supportLabels() const OVERRIDE FINAL; |
- virtual bool shouldUseInputMethod() OVERRIDE FINAL; |
virtual bool isTextFormControl() const OVERRIDE FINAL { return isTextField(); } |