Index: third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h |
index d0db7d72355ba19f41b75077d4ef8e7fcfd1f631..806023fd6d8338d9711d7875242a2ab66cb72948 100644 |
--- a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h |
@@ -59,6 +59,7 @@ private: |
bool parseToDateComponentsInternal(const String&, DateComponents*) const override; |
bool setMillisecondToDateComponents(double, DateComponents*) const override; |
String localizeValue(const String&) const override; |
+ void warnIfValueIsInvalid(const String&) const override; |
#if ENABLE(INPUT_MULTIPLE_FIELDS_UI) |
// BaseMultipleFieldsDateAndTimeInputType functions |