| Index: Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp
|
| ===================================================================
|
| --- Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp (revision 140650)
|
| +++ Source/WebCore/html/BaseChooserOnlyDateAndTimeInputType.cpp (working copy)
|
| @@ -115,7 +115,7 @@
|
|
|
| void BaseChooserOnlyDateAndTimeInputType::didChooseValue(const String& value)
|
| {
|
| - element()->setValue(value, DispatchChangeEvent);
|
| + element()->setValue(value, DispatchInputAndChangeEvent);
|
| }
|
|
|
| void BaseChooserOnlyDateAndTimeInputType::didEndChooser()
|
|
|