Index: Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp |
diff --git a/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp b/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp |
index 45a251c01590b29b1a22b1f00f9e4a586a0307a8..69f921643878076cb653d8ccc506c19d440135ce 100644 |
--- a/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp |
+++ b/Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp |
@@ -131,10 +131,5 @@ void BaseChooserOnlyDateAndTimeInputType::accessKeyAction(bool sendMouseEvents) |
BaseClickableWithKeyInputType::accessKeyAction(element(), sendMouseEvents); |
} |
-bool BaseChooserOnlyDateAndTimeInputType::isMouseFocusable() const |
-{ |
- return element()->isTextFormControlFocusable(); |
-} |
- |
} |
#endif |