| Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| index 41aa70e5638415f8cf1f2f6edd9dfab98568ee2d..56e26e723b2b4a157686b28ab3dfd4f289ff1b13 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -991,7 +991,7 @@ void HTMLInputElement::setEditingValue(const String& value)
|
| subtreeHasChanged();
|
|
|
| unsigned max = value.length();
|
| - setSelectionRange(max, max, SelectionHasNoDirection, NotDispatchSelectEvent);
|
| + setSelectionRange(max, max);
|
| dispatchInputEvent();
|
| }
|
|
|
|
|