| Index: third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h b/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
|
| index f9f809cc6a3da70b505abf5ff4b7b3654d9b706b..8d45f3fbaf40d532c418d7407209d8801223b967 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseTemporalInputType.h
|
| @@ -83,6 +83,7 @@ class BaseTemporalInputType : public InputType {
|
|
|
| String badInputText() const override;
|
| InputTypeView* createView() override;
|
| + ValueMode valueMode() const override;
|
| double valueAsDate() const override;
|
| void setValueAsDate(double, ExceptionState&) const override;
|
| double valueAsDouble() const override;
|
|
|