| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index 902a4e3f583605821f5ed8f0e3c1ffea828d2bb4..dbc7677debe1eb2a0c6b5cc8de15a89eaa8c619d 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -1097,7 +1097,7 @@ void FrameSelection::setFocusedNodeIfNeeded()
|
| }
|
| target = target->parentOrShadowHostElement();
|
| }
|
| - m_frame->document()->setFocusedElement(nullptr);
|
| + m_frame->document()->clearFocusedElement();
|
| }
|
|
|
| if (caretBrowsing)
|
|
|