Index: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h |
diff --git a/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h |
index 20c76c4c25587c740833bcb60c82c9f9fe024a9f..4ba1f878ce5af432e098f56d8c96459150406ebe 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; |