| Index: third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| diff --git a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| index 3020d87b859966717249f0454f718f605c614516..081cc9abb06213824fec7927b240b966e5615786 100644
|
| --- a/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| +++ b/third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h
|
| @@ -63,7 +63,8 @@ class WebServiceWorkerContextClient {
|
| // the |scope| attribute of the ServiceWorkerGlobalScope. Immutable per spec.
|
| virtual WebURL scope() const { return WebURL(); }
|
|
|
| - // ServiceWorker has prepared everything for script loading and is now ready for inspection.
|
| + // ServiceWorker has prepared everything for script loading and is now ready
|
| + // for inspection.
|
| virtual void workerReadyForInspection() {}
|
|
|
| // The worker script is successfully loaded and a new thread is about to
|
|
|