| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| index 583b28b0d43318fd3ea83687a20eae9fe45495d9..c45096bc85a1331301fe062e2fc86771d323de3e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -526,6 +526,7 @@ void InputType::setValue(const String& sanitizedValue,
|
| element().dispatchFormControlChangeEvent();
|
| break;
|
| case DispatchNoEvent:
|
| + element().setTextAsOfLastFormControlChangeEvent(element().value());
|
| break;
|
| }
|
| }
|
|
|