| 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 58027101d7af3cf7113dbc13dbe6fd092e90c528..5f06610b8c07c4ca85dfe04dbb675c5c80358e77 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorker.h
|
| @@ -85,7 +85,7 @@ class MODULES_EXPORT ServiceWorker final : public AbstractWorker,
|
| std::unique_ptr<WebServiceWorker::Handle>);
|
| ServiceWorker(ExecutionContext*, std::unique_ptr<WebServiceWorker::Handle>);
|
|
|
| - // ActiveDOMObject overrides.
|
| + // SuspendableObject overrides.
|
| void contextDestroyed() override;
|
|
|
| // A handle to the service worker representation in the embedder.
|
|
|