| Index: third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| index d6517f562bb3df6933a2a3d3b7590eb33ea084f0..eb5be9419555f08f915be09a08e12e24914f4a89 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputTypeView.cpp
|
| @@ -71,8 +71,8 @@ void InputTypeView::dispatchSimulatedClickIfActive(KeyboardEvent* event) const {
|
| }
|
|
|
| void InputTypeView::accessKeyAction(bool) {
|
| - element().focus(
|
| - FocusParams(SelectionBehaviorOnFocus::Reset, WebFocusTypeNone, nullptr));
|
| + element().focus(FocusParams(SelectionBehaviorOnFocus::Reset, WebFocusTypeNone,
|
| + InputDeviceCapabilities::Null));
|
| }
|
|
|
| bool InputTypeView::shouldSubmitImplicitly(Event* event) {
|
|
|