| 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 a557c943a07d5c9ac0b0a3e9ed7df9fd9862498a..be56e65b507d5aac8a40979a91ab809f6f82648d 100644
|
| --- a/third_party/WebKit/Source/core/dom/ScriptRunner.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/ScriptRunner.cpp
|
| @@ -66,7 +66,7 @@ void ScriptRunner::queueScriptForExecution(ScriptLoader* scriptLoader, Execution
|
|
|
| void ScriptRunner::postTask(const WebTraceLocation& webTraceLocation)
|
| {
|
| - m_taskRunner->postTask(webTraceLocation, bind(&ScriptRunner::executeTask, wrapWeakPersistent(this)));
|
| + m_taskRunner->postTask(webTraceLocation, WTF::bind(&ScriptRunner::executeTask, wrapWeakPersistent(this)));
|
| }
|
|
|
| void ScriptRunner::suspend()
|
|
|