| Index: third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/WeekInputType.h b/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| index 98acfcba32059515c35aa938d70c9d69cf538abe..04a1bc90d8fc4049a85596c3a82394e77e585d71 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| @@ -54,6 +54,7 @@ private:
|
| StepRange createStepRange(AnyStepHandling) const override;
|
| bool parseToDateComponentsInternal(const String&, DateComponents*) const override;
|
| bool setMillisecondToDateComponents(double, DateComponents*) const override;
|
| + void warnIfValueIsInvalid(const String&) const override;
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| // BaseMultipleFieldsDateAndTimeInputType functions
|
|
|