Index: content/browser/frame_host/frame_tree.cc |
diff --git a/content/browser/frame_host/frame_tree.cc b/content/browser/frame_host/frame_tree.cc |
index cddea8333fd214ee43851fa0ee1f71b77b8d8bae..82721946c82c974117b2a79b91b0830172eca127 100644 |
--- a/content/browser/frame_host/frame_tree.cc |
+++ b/content/browser/frame_host/frame_tree.cc |
@@ -276,7 +276,7 @@ void FrameTree::SetFocusedFrame(FrameTreeNode* node) { |
oldFocusedFrame->current_frame_host()->GetSiteInstance() != |
node->current_frame_host()->GetSiteInstance()) { |
DCHECK(SiteIsolationPolicy::AreCrossProcessFramesPossible()); |
- oldFocusedFrame->current_frame_host()->ClearFocus(); |
+ oldFocusedFrame->current_frame_host()->ClearFocus(node); |
} |
node->set_last_focus_time(base::TimeTicks::Now()); |