| 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 6a79d9337bfd3757067b7b8b1251d3a5d399fe28..ef70bad4406db28836f50ea1f33c75887c824a1f 100644
|
| --- a/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| +++ b/third_party/WebKit/Source/core/workers/WorkerThread.h
|
| @@ -171,9 +171,6 @@ protected:
|
| // out of this class.
|
| virtual bool isOwningBackingThread() const { return true; }
|
|
|
| - // Called on the worker thread.
|
| - virtual void postInitialize() { }
|
| -
|
| private:
|
| friend class WorkerThreadTest;
|
| FRIEND_TEST_ALL_PREFIXES(WorkerThreadTest, StartAndTerminateOnInitialization_TerminateWhileDebuggerTaskIsRunning);
|
|
|