| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index 0c3fc313685024f5ae77b960a675631d96db225a..a6d390808714282c4ffc3f3b714d63140823501e 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -85,7 +85,7 @@ class MODULES_EXPORT ServiceWorkerContainer final
|
| ScriptPromise getRegistration(ScriptState*, const String& documentURL);
|
| ScriptPromise getRegistrations(ScriptState*);
|
|
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // WebServiceWorkerProviderClient overrides.
|
| void setController(std::unique_ptr<WebServiceWorker::Handle>,
|
|
|