Index: Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h |
diff --git a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h |
index 518ff7254746d6ff9b572ec23c9ba56e666eb18b..86631dd83fb61795d2715b67e624d92460229bdc 100644 |
--- a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h |
+++ b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h |
@@ -53,7 +53,7 @@ public: |
virtual bool isValidFormat(bool hasYear, bool hasMonth, bool hasWeek, bool hasDay, bool hasAMPM, bool hasHour, bool hasMinute, bool hasSecond) const = 0; |
protected: |
- BaseMultipleFieldsDateAndTimeInputType(HTMLInputElement*); |
+ BaseMultipleFieldsDateAndTimeInputType(HTMLInputElement&); |
virtual ~BaseMultipleFieldsDateAndTimeInputType(); |
virtual void setupLayoutParameters(DateTimeEditElement::LayoutParameters&, const DateComponents&) const = 0; |