Index: third_party/WebKit/Source/core/html/forms/MonthInputType.h |
diff --git a/third_party/WebKit/Source/core/html/forms/MonthInputType.h b/third_party/WebKit/Source/core/html/forms/MonthInputType.h |
index 3b1af1c71cb57bbec9bfe9a6febbd63f0e1afb81..b4917307855b3df2aa02c389c101f2d748f220eb 100644 |
--- a/third_party/WebKit/Source/core/html/forms/MonthInputType.h |
+++ b/third_party/WebKit/Source/core/html/forms/MonthInputType.h |
@@ -47,7 +47,8 @@ public: |
static PassRefPtrWillBeRawPtr<InputType> create(HTMLInputElement&); |
private: |
- MonthInputType(HTMLInputElement& element) : BaseMonthInputType(element) { } |
+ explicit MonthInputType(HTMLInputElement& element) : BaseMonthInputType(element) { } |
+ |
void countUsage() override; |
const AtomicString& formControlType() const override; |
double valueAsDate() const override; |