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