Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: third_party/WebKit/Source/core/dom/ScriptRunner.cpp

Issue 2701993002: DO NOT COMMIT: Results of running new (proposed) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {
« no previous file with comments | « third_party/WebKit/Source/core/dom/ScriptLoader.cpp ('k') | third_party/WebKit/Source/core/dom/StyleEngine.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698