| Index: Source/platform/WebThreadSupportingGC.cpp
 | 
| diff --git a/Source/platform/WebThreadSupportingGC.cpp b/Source/platform/WebThreadSupportingGC.cpp
 | 
| index 151c2771748bbd699ec214c593a1d09776be9b97..f9c11fbb1a8e4174e7aacbb4e92d670211e05b25 100644
 | 
| --- a/Source/platform/WebThreadSupportingGC.cpp
 | 
| +++ b/Source/platform/WebThreadSupportingGC.cpp
 | 
| @@ -51,7 +51,7 @@ void WebThreadSupportingGC::initialize()
 | 
|      m_pendingGCRunner = adoptPtr(new PendingGCRunner);
 | 
|      m_thread->addTaskObserver(m_pendingGCRunner.get());
 | 
|      ThreadState::attach();
 | 
| -    OwnPtr<MessageLoopInterruptor> interruptor = adoptPtr(new MessageLoopInterruptor(m_thread));
 | 
| +    OwnPtr<MessageLoopInterruptor> interruptor = adoptPtr(new MessageLoopInterruptor(m_thread->taskRunner()));
 | 
|      ThreadState::current()->addInterruptor(interruptor.release());
 | 
|  }
 | 
|  
 | 
| 
 |