| Index: third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| index d1fae091af48f28e81d8422d2a2e3691edb179fa..21a69812359fb439d547fc9656b34922d3f134a5 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
|
| @@ -49,7 +49,8 @@ RemoteWindowProxy::RemoteWindowProxy(v8::Isolate* isolate,
|
| RefPtr<DOMWrapperWorld> world)
|
| : WindowProxy(isolate, frame, std::move(world)) {}
|
|
|
| -void RemoteWindowProxy::DisposeContext(Lifecycle next_status) {
|
| +void RemoteWindowProxy::DisposeContext(Lifecycle next_status,
|
| + FrameReuseStatus) {
|
| DCHECK(next_status == Lifecycle::kGlobalObjectIsDetached ||
|
| next_status == Lifecycle::kFrameIsDetached);
|
|
|
|
|