| Index: Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| diff --git a/Source/bindings/core/v8/ScriptStreamerThread.cpp b/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| index 62bea4efdc1cd7814e64a2741093fe219ca378a6..130770af7ffd75b5faafe9d1d9d7122ef93bc675 100644
|
| --- a/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| +++ b/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| @@ -70,10 +70,10 @@ void ScriptStreamerThread::taskDone()
|
| m_runningTask = false;
|
| }
|
|
|
| -blink::WebThread& ScriptStreamerThread::platformThread()
|
| +WebThread& ScriptStreamerThread::platformThread()
|
| {
|
| if (!isRunning())
|
| - m_thread = adoptPtr(blink::Platform::current()->createThread("ScriptStreamerThread"));
|
| + m_thread = adoptPtr(Platform::current()->createThread("ScriptStreamerThread"));
|
| return *m_thread;
|
| }
|
|
|
|
|