| 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 21ac08cf785e19b39dede5617fcfd5db72b7adb2..7513a77001ee04efe6c2432e7280156daa06ef54 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
|
|
|