| Index: Source/core/workers/WorkerThread.h | 
| diff --git a/Source/core/workers/WorkerThread.h b/Source/core/workers/WorkerThread.h | 
| index 065429c6c4a60cabab6e1b50dfc7042c598335f3..a4c57754c1ee1b7f7a9f82ae2900ec319c0d9df3 100644 | 
| --- a/Source/core/workers/WorkerThread.h | 
| +++ b/Source/core/workers/WorkerThread.h | 
| @@ -171,7 +171,6 @@ private: | 
| RefPtrWillBePersistent<WorkerGlobalScope> m_workerGlobalScope; | 
|  | 
| v8::Isolate* m_isolate; | 
| -    OwnPtr<V8IsolateInterruptor> m_interruptor; | 
|  | 
| // Used to signal thread shutdown. | 
| OwnPtr<WebWaitableEvent> m_shutdownEvent; | 
|  |