| Index: third_party/WebKit/Source/core/dom/Document.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/Document.cpp b/third_party/WebKit/Source/core/dom/Document.cpp
|
| index 03a65cf6a6ec13f79de3710a15377b2db0ef2274..0c6c18e58cf4b71de72da15fb1e368b4dfbe2da1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Document.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/Document.cpp
|
| @@ -4083,8 +4083,9 @@ SetFocusedElementDone:
|
| }
|
|
|
| void Document::clearFocusedElement() {
|
| - setFocusedElement(nullptr, FocusParams(SelectionBehaviorOnFocus::None,
|
| - WebFocusTypeNone, nullptr));
|
| + setFocusedElement(
|
| + nullptr, FocusParams(SelectionBehaviorOnFocus::None, WebFocusTypeNone,
|
| + InputDeviceCapabilities::Null));
|
| }
|
|
|
| void Document::setSequentialFocusNavigationStartingPoint(Node* node) {
|
|
|