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

Unified Diff: third_party/WebKit/Source/web/WebFrame.cpp

Issue 2702273004: bindings: Simplifies WindowProxyManager and its relation to Frame. (Closed)
Patch Set: Fixed WindowProxyManager::createWindowProxy(ForFrame). Created 3 years, 9 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/web/WebFrame.cpp
diff --git a/third_party/WebKit/Source/web/WebFrame.cpp b/third_party/WebKit/Source/web/WebFrame.cpp
index 02182db3a8bb0e21517c1234af6abf0e296cc8ca..2ad7c85682f202b885f54990d4258c9d11fb6ef8 100644
--- a/third_party/WebKit/Source/web/WebFrame.cpp
+++ b/third_party/WebKit/Source/web/WebFrame.cpp
@@ -74,7 +74,7 @@ bool WebFrame::swap(WebFrame* frame) {
FrameOwner* owner = oldFrame->owner();
v8::HandleScope handleScope(v8::Isolate::GetCurrent());
- WindowProxyManagerBase::GlobalsVector globals;
+ WindowProxyManager::GlobalsVector globals;
oldFrame->getWindowProxyManager()->clearForNavigation();
oldFrame->getWindowProxyManager()->releaseGlobals(globals);

Powered by Google App Engine
This is Rietveld 408576698