| Index: third_party/WebKit/Source/core/workers/WorkerThread.h
|
| diff --git a/third_party/WebKit/Source/core/workers/WorkerThread.h b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| index 834fda0c02a1151fde140019074fae7add1ffb73..6a79d9337bfd3757067b7b8b1251d3a5d399fe28 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| @@ -109,6 +109,7 @@ public:
|
| static void terminateAndWaitForAllWorkers();
|
|
|
| virtual WorkerBackingThread& workerBackingThread() = 0;
|
| + virtual void clearWorkerBackingThread() = 0;
|
| ConsoleMessageStorage* consoleMessageStorage() const { return m_consoleMessageStorage.get(); }
|
| virtual bool shouldAttachThreadDebugger() const { return true; }
|
| v8::Isolate* isolate();
|
|
|