| 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 40a31d174fe9991844976f2046769d5662ed61c0..182255cd2c9cb78c66183b4881d9aa099e902a33 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(Lifecycle next_status) override;
|
| + void DisposeContext(Lifecycle next_status, FrameReuseStatus) 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
|
|
|