| Index: third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
|
| diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
|
| index 07d58e52d33cdf53f60b713bd1e831ddc9ec66da..96215255b136d4aac3045c937c1bc033dc919f54 100644
|
| --- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
|
| +++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerThread.cpp
|
| @@ -58,9 +58,4 @@ WorkerOrWorkletGlobalScope* ServiceWorkerThread::createWorkerGlobalScope(std::un
|
| return ServiceWorkerGlobalScope::create(this, std::move(startupData));
|
| }
|
|
|
| -ConsoleMessageStorage* ServiceWorkerThread::consoleMessageStorage()
|
| -{
|
| - return toWorkerGlobalScope(globalScope())->consoleMessageStorage();
|
| -}
|
| -
|
| } // namespace blink
|
|
|