| Index: Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| diff --git a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| index 14a0a2c81714f5fa6711bf95928b3c6f8d6f34ec..e2505200684aab1f83ae88cbed8e201a1e6b9f4d 100644
|
| --- a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| +++ b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h
|
| @@ -74,6 +74,7 @@ private:
|
| virtual bool shouldSpinButtonRespondToWheelEvents() OVERRIDE;
|
| virtual void spinButtonStepDown() OVERRIDE;
|
| virtual void spinButtonStepUp() OVERRIDE;
|
| + virtual void spinButtonDispatchChangeEvent() OVERRIDE;
|
|
|
| // PickerIndicatorElement::PickerIndicatorOwner functions
|
| virtual bool isPickerIndicatorOwnerDisabledOrReadOnly() const OVERRIDE FINAL;
|
|
|