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

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

Issue 2808093002: v8binding: Removes WindowProxy::GlobalDetachmentBehavior. (Closed)
Patch Set: Created 3 years, 8 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 aeab230516960f8f34a7309f19e4bc7c67a390c0..816f3ad6ee62626310e722a0eb5fd7ec7526747e 100644
--- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
+++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
@@ -224,8 +224,7 @@ class WindowProxy : public GarbageCollectedFinalized<WindowProxy> {
virtual void Initialize() = 0;
- enum GlobalDetachmentBehavior { kDoNotDetachGlobal, kDetachGlobal };
- virtual void DisposeContext(GlobalDetachmentBehavior) = 0;
+ virtual void DisposeContext(Lifecycle next_status) = 0;
WARN_UNUSED_RESULT v8::Local<v8::Object> AssociateWithWrapper(
DOMWindow*,

Powered by Google App Engine
This is Rietveld 408576698