| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| index 160ad724111de4f0ba694f9a807faea449b81b3c..27c77bfaf9e96d8b4ea5dfe1ebb84e40d542062d 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| @@ -89,7 +89,7 @@ class MODULES_EXPORT ServiceWorker final
|
| ServiceWorker(ExecutionContext*, std::unique_ptr<WebServiceWorker::Handle>);
|
|
|
| // SuspendableObject overrides.
|
| - void contextDestroyed() override;
|
| + void contextDestroyed(ExecutionContext*) override;
|
|
|
| // A handle to the service worker representation in the embedder.
|
| std::unique_ptr<WebServiceWorker::Handle> m_handle;
|
|
|