| Index: third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchManager.h b/third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| index 8e48bab3aae37dc9661e4251559339722775c815..febd6781b7c97799af8a00280a87131b9e361450 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchManager.h
|
| @@ -22,7 +22,7 @@ class FetchManager final : public GarbageCollected<FetchManager>,
|
| public:
|
| static FetchManager* create(ExecutionContext*);
|
| ScriptPromise fetch(ScriptState*, FetchRequestData*);
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| DECLARE_TRACE();
|
|
|
|
|