| 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);
|
|
|
|
|