Index: Source/core/html/BaseChooserOnlyDateAndTimeInputType.h |
diff --git a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h b/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h |
index 645b2e2fe15acf302e6ffb59c100e8b9de1244f2..245db8a9ba136ab19acbf17f15d1dfa364ec3e94 100644 |
--- a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h |
+++ b/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h |
@@ -52,7 +52,6 @@ private: |
virtual void handleKeypressEvent(KeyboardEvent*) OVERRIDE; |
virtual void handleKeyupEvent(KeyboardEvent*) OVERRIDE; |
virtual void accessKeyAction(bool sendMouseEvents) OVERRIDE; |
- virtual bool isMouseFocusable() const OVERRIDE; |
// DateTimeChooserClient functions: |
virtual void didChooseValue(const String&) OVERRIDE; |