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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h

Issue 1421113006: Detach the globals of all frames, not just the main frame (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 5 years, 2 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/bindings/core/v8/WindowProxy.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
index c21737ba0352a00f5e990ff63733873483b192cb..2593849be58f156a64e1398065691a5282d5f4d4 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
@@ -77,8 +77,7 @@ public:
bool initializeIfNeeded();
void updateDocumentWrapper(v8::Local<v8::Object> wrapper);
- void clearForNavigation();
- void clearForClose();
+ void clearWindowProxy();
v8::Local<v8::Object> releaseGlobal();
void setGlobal(v8::Local<v8::Object>);

Powered by Google App Engine
This is Rietveld 408576698