| Index: third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateInputType.h b/third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| index 38002ce531509436d7675bec9462eda2f673991d..6229b6ad9558cbbe973485ef340a558e7dd207c0 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateInputType.h
|
| @@ -47,7 +47,8 @@ public:
|
| static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&);
|
|
|
| private:
|
| - DateInputType(HTMLInputElement&);
|
| + explicit DateInputType(HTMLInputElement&);
|
| +
|
| void countUsage() override;
|
| const AtomicString& formControlType() const override;
|
| StepRange createStepRange(AnyStepHandling) const override;
|
|
|