| Index: third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/TextControlElement.cpp b/third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| index ab28711b2d572a43255acb003e5a2ca3b7a58c89..eff04db5e6e6ff2c31ba60dcc60e2789f8cadd82 100644
|
| --- a/third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/TextControlElement.cpp
|
| @@ -446,7 +446,7 @@ bool TextControlElement::setSelectionRange(
|
| newSelection.setIsDirectional(direction != SelectionHasNoDirection);
|
|
|
| frame->selection().setSelection(
|
| - newSelection,
|
| + newSelection, HandleVisibility::NotVisible,
|
| FrameSelection::DoNotAdjustInFlatTree | FrameSelection::CloseTyping |
|
| FrameSelection::ClearTypingStyle | FrameSelection::DoNotSetFocus);
|
| return true;
|
|
|