| Index: Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| diff --git a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| index 86631dd83fb61795d2715b67e624d92460229bdc..4d7d12a60b87423715a2feb4f479a409987c3271 100644
|
| --- a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| +++ b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| @@ -78,6 +78,7 @@ private:
|
| // PickerIndicatorElement::PickerIndicatorOwner functions
|
| virtual bool isPickerIndicatorOwnerDisabledOrReadOnly() const OVERRIDE FINAL;
|
| virtual void pickerIndicatorChooseValue(const String&) OVERRIDE FINAL;
|
| + virtual void pickerIndicatorChooseValue(double) OVERRIDE FINAL;
|
| virtual bool setupDateTimeChooserParameters(DateTimeChooserParameters&) OVERRIDE FINAL;
|
|
|
| // ClearButtonElement::ClearButtonOwner functions.
|
|
|