| Index: third_party/WebKit/Source/core/dom/ScriptRunner.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/ScriptRunner.cpp b/third_party/WebKit/Source/core/dom/ScriptRunner.cpp
|
| index c4ef3e7f6636ec7e8751c52c151262bb7e95d5ff..0bd192b757be8aea36308c5a1db0546295d17c00 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptRunner.cpp
|
| @@ -228,7 +228,7 @@ void ScriptRunner::postTaskIfOneIsNotAlreadyInFlight()
|
| if (m_executeScriptsTaskFactory->isPending())
|
| return;
|
|
|
| - Platform::current()->currentThread()->scheduler()->loadingTaskRunner()->postTask(FROM_HERE, m_executeScriptsTaskFactory->cancelAndCreate());
|
| + Platform::current()->currentThread()->scheduler()->loadingTaskRunner()->postTask(BLINK_FROM_HERE, m_executeScriptsTaskFactory->cancelAndCreate());
|
| }
|
|
|
| DEFINE_TRACE(ScriptRunner)
|
|
|