| Index: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| diff --git a/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| index 69f3b8507a8281d961e9d6b9ad504aaeea9ef670..f9b98f7cda4c78093f773e6c1527c63f11b5b3ba 100644
|
| --- a/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| +++ b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| @@ -55,6 +55,7 @@ private:
|
|
|
| // DateTimeChooserClient functions:
|
| virtual void didChooseValue(const String&) OVERRIDE;
|
| + virtual void didChooseValue(double) OVERRIDE;
|
| virtual void didEndChooser() OVERRIDE;
|
|
|
| RefPtr<DateTimeChooser> m_dateTimeChooser;
|
|
|