| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h
|
| index 7328fbfb9e52f59930cdb42a02e6c80f3631e4c4..878c77d9706ca5999a63e5a32923d2dfc8bffb1a 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.h
|
| @@ -45,9 +45,10 @@ public:
|
| ~ServiceWorkerThread() override;
|
|
|
| WorkerBackingThread& workerBackingThread() override { return *m_workerBackingThread; }
|
| + ConsoleMessageStorage* consoleMessageStorage() final;
|
|
|
| protected:
|
| - WorkerGlobalScope* createWorkerGlobalScope(std::unique_ptr<WorkerThreadStartupData>) override;
|
| + WorkerOrWorkletGlobalScope* createWorkerGlobalScope(std::unique_ptr<WorkerThreadStartupData>) override;
|
|
|
| private:
|
| ServiceWorkerThread(PassRefPtr<WorkerLoaderProxy>, WorkerReportingProxy&);
|
|
|