| 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 acf0656af480c687ba0c762d714e4d8b17dd1942..115404af854d06fe5226f38e38984f74857d1259 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
|
| @@ -45,6 +45,7 @@ class DateTimeLocalInputType final : public BaseTemporalInputType {
|
| explicit DateTimeLocalInputType(HTMLInputElement& element)
|
| : BaseTemporalInputType(element) {}
|
|
|
| + String sanitizeValue(const String&) const override;
|
| void countUsage() override;
|
| const AtomicString& formControlType() const override;
|
| double valueAsDate() const override;
|
|
|