| Index: third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
|
| diff --git a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
|
| index e8f7de7289b610d42df9ea52b16135f96c3f6ec1..6485b37b477a59f649363fa953a00cb7f8a928c4 100644
|
| --- a/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
|
| +++ b/third_party/WebKit/Source/modules/compositorworker/CompositorWorkerThread.h
|
| @@ -20,7 +20,6 @@ public:
|
|
|
| InProcessWorkerObjectProxy& workerObjectProxy() const { return m_workerObjectProxy; }
|
| WorkerBackingThread& workerBackingThread() override;
|
| - ConsoleMessageStorage* consoleMessageStorage() final;
|
| bool shouldAttachThreadDebugger() const override { return false; }
|
|
|
| static void ensureSharedBackingThread();
|
|
|