| Index: third_party/WebKit/Source/core/exported/WebFrame.cpp
|
| diff --git a/third_party/WebKit/Source/core/exported/WebFrame.cpp b/third_party/WebKit/Source/core/exported/WebFrame.cpp
|
| index 9a4c20033d35631fc5eb678b3485808daa7278bc..6bc15167aa0f2b1916c3edc28f2c95a125acf676 100644
|
| --- a/third_party/WebKit/Source/core/exported/WebFrame.cpp
|
| +++ b/third_party/WebKit/Source/core/exported/WebFrame.cpp
|
| @@ -84,7 +84,7 @@ bool WebFrame::Swap(WebFrame* frame) {
|
|
|
| v8::HandleScope handle_scope(v8::Isolate::GetCurrent());
|
| WindowProxyManager::GlobalProxyVector global_proxies;
|
| - old_frame->GetWindowProxyManager()->ClearForNavigation();
|
| + old_frame->GetWindowProxyManager()->ClearForSwap();
|
| old_frame->GetWindowProxyManager()->ReleaseGlobalProxies(global_proxies);
|
|
|
| // Although the Document in this frame is now unloaded, many resources
|
|
|