Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(618)

Unified Diff: third_party/WebKit/Source/core/frame/RemoteFrame.cpp

Issue 1421113006: Detach the globals of all frames, not just the main frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/frame/RemoteFrame.cpp
diff --git a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
index 1d8a4ca02a600a6052ab15e376bbd9f13a9cceb0..e0f7bd53ebda99d589a4a85b29cbaabf9f04492e 100644
--- a/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
+++ b/third_party/WebKit/Source/core/frame/RemoteFrame.cpp
@@ -96,7 +96,7 @@ void RemoteFrame::detach(FrameDetachType type)
if (!client())
return;
client()->willBeDetached();
- m_windowProxyManager->clearForClose();
+ m_windowProxyManager->clearWindowProxy();
setView(nullptr);
Frame::detach(type);
}

Powered by Google App Engine
This is Rietveld 408576698