| Index: third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h
|
| diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h b/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h
|
| index c45a7cadc3228ed97d0bd7d7db3601c4e6e9aba5..84ecd4e63884be3ed1eadeb4cc44b4f3578b4dd7 100644
|
| --- a/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerThread.h
|
| @@ -44,7 +44,6 @@ public:
|
| ~DedicatedWorkerThread() override;
|
|
|
| WorkerBackingThread& workerBackingThread() override { return *m_workerBackingThread; }
|
| - ConsoleMessageStorage* consoleMessageStorage() final;
|
| InProcessWorkerObjectProxy& workerObjectProxy() const { return m_workerObjectProxy; }
|
|
|
| protected:
|
|
|