| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| index e64369c12b93fa1514c26b7378d3ec445e4bf4ba..3a62b455495e05585200cac345e1e821539061a7 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseResolver.h
|
| @@ -89,7 +89,7 @@ class CORE_EXPORT ScriptPromiseResolver
|
| // SuspendableObject implementation.
|
| void suspend() override;
|
| void resume() override;
|
| - void contextDestroyed() override { detach(); }
|
| + void contextDestroyed(ExecutionContext*) override { detach(); }
|
|
|
| // Calling this function makes the resolver release its internal resources.
|
| // That means the associated promise will never be resolved or rejected
|
|
|