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

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

Issue 2764883003: Make context initialization order deterministic in WebFrame::swap(). (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 943f73840668f5e565edc7011d5627d5dbd4723e..ed493511df54080957088aea20eba9537fb6dca3 100644
--- a/third_party/WebKit/Source/web/WebFrame.cpp
+++ b/third_party/WebKit/Source/web/WebFrame.cpp
@@ -73,7 +73,7 @@ bool WebFrame::swap(WebFrame* frame) {
FrameOwner* owner = oldFrame->owner();
v8::HandleScope handleScope(v8::Isolate::GetCurrent());
- HashMap<DOMWrapperWorld*, v8::Local<v8::Object>> globals;
+ WindowProxyManagerBase::GlobalsVector globals;
oldFrame->getWindowProxyManager()->clearForNavigation();
oldFrame->getWindowProxyManager()->releaseGlobals(globals);
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/WindowProxyManager.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698