| Index: third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| index 3af018d8cb6d5a451c89a5f394c86992a861a0c0..f8a54df55372f038c89130df1decb0141a7ea48e 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| @@ -74,7 +74,7 @@ class LocalWindowProxy final : public WindowProxy {
|
|
|
| bool IsLocal() const override { return true; }
|
| 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
|
|
|