Index: Source/WebCore/html/TextFieldInputType.h |
diff --git a/Source/WebCore/html/TextFieldInputType.h b/Source/WebCore/html/TextFieldInputType.h |
index 91c83bc120215a47038027a52eabb84bcdded2d5..3c6afa240ff85fa446e51b9fb883c3883e761e47 100644 |
--- a/Source/WebCore/html/TextFieldInputType.h |
+++ b/Source/WebCore/html/TextFieldInputType.h |
@@ -80,7 +80,6 @@ protected: |
private: |
virtual bool isKeyboardFocusable(KeyboardEvent*) const OVERRIDE; |
- virtual bool isMouseFocusable() const OVERRIDE; |
virtual bool isTextField() const OVERRIDE; |
virtual bool valueMissing(const String&) const OVERRIDE; |
virtual void handleBeforeTextInsertedEvent(BeforeTextInsertedEvent*) OVERRIDE; |