Index: third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.h |
index 6d1e096a124e575ddbaf51a2d4dda8547ad2f0df..98ef2b85115a903e439e53b7ece456c33e23fd4f 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.h |
@@ -55,7 +55,7 @@ class RemoteWindowProxy final : public WindowProxy { |
RemoteWindowProxy(v8::Isolate*, RemoteFrame&, RefPtr<DOMWrapperWorld>); |
void Initialize() override; |
- void DisposeContext(GlobalDetachmentBehavior) override; |
+ void DisposeContext(Lifecycle next_status) override; |
// Creates a new v8::Context with the window wrapper object as the global |
// object (aka the inner global). Note that the window wrapper and its |