| Index: third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| index 11bed406ba2b15a1913037ea8e96581f9b058b9f..5ce09c7300903934b717ea3df794a45ff9966786 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/MultipleFieldsTemporalInputTypeView.cpp
|
| @@ -197,7 +197,7 @@ void MultipleFieldsTemporalInputTypeView::editControlValueChanged() {
|
| if ((oldValue.isEmpty() && newValue.isEmpty()) || oldValue == newValue) {
|
| element().setNeedsValidityCheck();
|
| } else {
|
| - element().setNonAttributeValue(newValue);
|
| + element().setNonAttributeValueByUserEdit(newValue);
|
| element().setNeedsStyleRecalc(
|
| SubtreeStyleChange,
|
| StyleChangeReasonForTracing::create(StyleChangeReason::ControlValue));
|
|
|