Index: Source/core/html/forms/DateTimeLocalInputType.h |
diff --git a/Source/core/html/forms/DateTimeLocalInputType.h b/Source/core/html/forms/DateTimeLocalInputType.h |
index a6953e4f0dc900f5d07d0d22c21cf0f84d1c9d53..38b4d2d16de78f4267e5c8845ba3c5ccc737afaa 100644 |
--- a/Source/core/html/forms/DateTimeLocalInputType.h |
+++ b/Source/core/html/forms/DateTimeLocalInputType.h |
@@ -57,7 +57,6 @@ private: |
virtual StepRange createStepRange(AnyStepHandling) const; |
virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE; |
virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE; |
- virtual bool isDateTimeLocalField() const OVERRIDE; |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
// BaseMultipleFieldsDateAndTimeInputType functions |