| Index: Source/bindings/core/v8/ScriptStreamerThread.h
 | 
| diff --git a/Source/bindings/core/v8/ScriptStreamerThread.h b/Source/bindings/core/v8/ScriptStreamerThread.h
 | 
| index 3b6f27cfeaa6794363610dd73d1bb321bfa847e1..4bbcdde37dc6c08ab18e6b3b7d801b4689695adc 100644
 | 
| --- a/Source/bindings/core/v8/ScriptStreamerThread.h
 | 
| +++ b/Source/bindings/core/v8/ScriptStreamerThread.h
 | 
| @@ -43,11 +43,11 @@ private:
 | 
|          return !!m_thread;
 | 
|      }
 | 
|  
 | 
| -    blink::WebThread& platformThread();
 | 
| +    WebThread& platformThread();
 | 
|  
 | 
|      // At the moment, we only use one thread, so we can only stream one script
 | 
|      // at a time. FIXME: Use a thread pool and stream multiple scripts.
 | 
| -    WTF::OwnPtr<blink::WebThread> m_thread;
 | 
| +    WTF::OwnPtr<WebThread> m_thread;
 | 
|      bool m_runningTask;
 | 
|      mutable Mutex m_mutex; // Guards m_runningTask.
 | 
|  };
 | 
| 
 |