| 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 7e77c07556be4a4f9c77343e8c8f2d71818d8586..baea25112446e01293fedeebd92593f7ccc44019 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -328,7 +328,7 @@ void HTMLInputElement::updateFocusAppearance(SelectionBehaviorOnFocus selectionB
|
| if (isTextField()) {
|
| switch (selectionBehavior) {
|
| case SelectionBehaviorOnFocus::Reset:
|
| - select(DispatchSelectEvent);
|
| + select();
|
| break;
|
| case SelectionBehaviorOnFocus::Restore:
|
| restoreCachedSelection();
|
|
|