| 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*,
|
|
|