| Index: third_party/WebKit/Source/web/WebViewImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.cpp b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| index 854caa6ad9cf524eda5a754d235b4ff1352ce470..205c907680c1f0e34133dc07b9287369a0742b6a 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.cpp
|
| @@ -2666,7 +2666,7 @@ void WebViewImpl::SetFocusedFrame(WebFrame* frame) {
|
| // Clears the focused frame if any.
|
| Frame* focused_frame = FocusedCoreFrame();
|
| if (focused_frame && focused_frame->IsLocalFrame())
|
| - ToLocalFrame(focused_frame)->Selection().SetFocused(false);
|
| + ToLocalFrame(focused_frame)->Selection().SetFrameIsFocused(false);
|
| return;
|
| }
|
| LocalFrame* core_frame = ToWebLocalFrameImpl(frame)->GetFrame();
|
|
|