Index: Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
diff --git a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
index 6cf6f4677c8170ba4ca4abea994801c1a01686f2..9f2293665293085f750dee726cee6b3c26c412a6 100644 |
--- a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
+++ b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
@@ -494,11 +494,6 @@ void BaseMultipleFieldsDateAndTimeInputType::setValue(const String& sanitizedVal |
} |
} |
-bool BaseMultipleFieldsDateAndTimeInputType::shouldUseInputMethod() const |
-{ |
- return false; |
-} |
- |
void BaseMultipleFieldsDateAndTimeInputType::stepAttributeChanged() |
{ |
updateView(); |