Chromium Code Reviews| Index: third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
| diff --git a/third_party/WebKit/Source/core/workers/SharedWorkerThread.h b/third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
| index 33dc26b3faefc7531226d9eac4b07f14583851eb..08bf894e58ca08acd0da55751de8c1a0f5e72806 100644 |
| --- a/third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
| +++ b/third_party/WebKit/Source/core/workers/SharedWorkerThread.h |
| @@ -45,6 +45,7 @@ public: |
| ~SharedWorkerThread() override; |
| WorkerBackingThread& workerBackingThread() override { return *m_workerBackingThread; } |
| + void clearWorkerBackingThread() override {} |
|
nhiroki
2016/08/17 07:24:19
Why don't we nullify the thread here?
haraken
2016/08/17 08:02:34
Done.
|
| protected: |
| WorkerOrWorkletGlobalScope* createWorkerGlobalScope(std::unique_ptr<WorkerThreadStartupData>) override; |