Index: Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
diff --git a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
index 6a1579b21c9e86e05a28e7493f5299f01c390a2f..d9058138f59d5c900254a05a7dba2c7006df7a18 100644 |
--- a/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
+++ b/Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp |
@@ -189,7 +189,7 @@ void BaseMultipleFieldsDateAndTimeInputType::editControlValueChanged() |
input->setNeedsValidityCheck(); |
} else { |
input->setValueInternal(newValue, DispatchNoEvent); |
- input->setNeedsStyleRecalc(SubtreeStyleChange); |
+ input->setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::ControlValue)); |
input->dispatchFormControlInputEvent(); |
} |
input->notifyFormStateChanged(); |