| Index: Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp
|
| diff --git a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp
|
| index 8771e9f8a5e5a451c71bd670ab401e8ab0e4ada4..397e46dd2859fdfdb12b8ae1d9a38e549a1984ae 100644
|
| --- a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp
|
| +++ b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp
|
| @@ -185,7 +185,7 @@ void BaseMultipleFieldsDateAndTimeInputType::editControlValueChanged()
|
| input->setNeedsValidityCheck();
|
| } else {
|
| input->setValueInternal(newValue, DispatchNoEvent);
|
| - input->setNeedsStyleRecalc();
|
| + input->setNeedsStyleRecalc(SubtreeStyleChange);
|
| input->dispatchFormControlInputEvent();
|
| }
|
| input->notifyFormStateChanged();
|
|
|