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..a0c308b078007622ba070e868594a613d7cfc137 100644 |
--- a/third_party/WebKit/Source/core/workers/WorkerThread.h |
+++ b/third_party/WebKit/Source/core/workers/WorkerThread.h |
@@ -170,9 +170,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); |