| 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 c986cdafebd347330c999930658b93179f1ea374..5feee4b76f70bcf1956d09c06e2a8827b395ef18 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -489,7 +489,7 @@ void InputType::disableSecureTextInput()
|
|
|
| void InputType::accessKeyAction(bool)
|
| {
|
| - element().focus(false);
|
| + element().focus(FocusParams(SelectionBehaviorOnFocus::Reset, WebFocusTypeNone, nullptr));
|
| }
|
|
|
| void InputType::countUsage()
|
|
|