| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| index 5dcf6358b7e1d4a303ce343b75f4688a8c96a29d..ef2e69119269953f31de42c52203b482a3afee4f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerThread.cpp
|
| @@ -60,7 +60,7 @@ void ScriptStreamerThread::postTask(WebTaskRunner::Task* task)
|
| MutexLocker locker(m_mutex);
|
| ASSERT(!m_runningTask);
|
| m_runningTask = true;
|
| - platformThread().taskRunner()->postTask(FROM_HERE, task);
|
| + platformThread().taskRunner()->postTask(BLINK_FROM_HERE, task);
|
| }
|
|
|
| void ScriptStreamerThread::taskDone()
|
|
|