| Index: Source/core/html/forms/DateInputType.h
|
| diff --git a/Source/core/html/forms/DateInputType.h b/Source/core/html/forms/DateInputType.h
|
| index e94ab6b8de3a2da75e7a7a6518b49833ef6f0b9f..4de75a9f29ac6577063e3e209ecd6f4956262907 100644
|
| --- a/Source/core/html/forms/DateInputType.h
|
| +++ b/Source/core/html/forms/DateInputType.h
|
| @@ -56,6 +56,7 @@ private:
|
| virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
|
| virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE;
|
| virtual bool isDateField() const OVERRIDE;
|
| + virtual void warnIfValueIsInvalid(const String&) const OVERRIDE;
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| // BaseMultipleFieldsDateAndTimeInputType functions
|
|
|