| Index: Source/core/html/forms/InputType.cpp
|
| diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp
|
| index bb9903ef6e28d866e04c946651fedffa58e711d8..56e248ad06a84f22795deb5ab8ba02c2d44fbf31 100644
|
| --- a/Source/core/html/forms/InputType.cpp
|
| +++ b/Source/core/html/forms/InputType.cpp
|
| @@ -550,7 +550,7 @@ bool InputType::shouldDispatchFormControlChangeEvent(String& oldValue, String& n
|
| return !equalIgnoringNullity(oldValue, newValue);
|
| }
|
|
|
| -void InputType::setValue(const String& sanitizedValue, bool valueChanged, TextFieldEventBehavior eventBehavior)
|
| +void InputType::setValue(const String& sanitizedValue, bool valueChanged, bool isReset, TextFieldEventBehavior eventBehavior)
|
| {
|
| element().setValueInternal(sanitizedValue, eventBehavior);
|
| element().setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::create(StyleChangeReason::ControlValue));
|
|
|