Index: Source/core/workers/WorkerThread.h |
diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h |
index 16d35bade80e0227a30e0368ed36430118f32692..2405c86493da3a2d74d818d58207bc8e2333576c 100644 |
--- a/Source/core/workers/WorkerThread.h |
+++ b/Source/core/workers/WorkerThread.h |
@@ -122,10 +122,6 @@ |
virtual void postInitialize() { } |
- // Both of these methods are called in the worker thread. |
- virtual void initializeBackingThread(); |
- virtual void shutdownBackingThread(); |
- |
virtual v8::Isolate* initializeIsolate(); |
virtual void willDestroyIsolate(); |
virtual void destroyIsolate(); |