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

Unified Diff: third_party/WebKit/Source/core/dom/TaskRunnerHelper.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
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleEngine.cpp ('k') | third_party/WebKit/Source/core/dom/Text.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp
diff --git a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp
index 8e5d0af5b9246e96d0dfae688dd9a52f04365dc5..e10ec0c376aa8720c6c355e420bcb76caeacf30d 100644
--- a/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp
+++ b/third_party/WebKit/Source/core/dom/TaskRunnerHelper.cpp
@@ -62,9 +62,10 @@ RefPtr<WebTaskRunner> TaskRunnerHelper::get(TaskType type, Document* document) {
RefPtr<WebTaskRunner> TaskRunnerHelper::get(
TaskType type,
ExecutionContext* executionContext) {
- return get(type, executionContext && executionContext->isDocument()
- ? static_cast<Document*>(executionContext)
- : nullptr);
+ return get(type,
+ executionContext && executionContext->isDocument()
+ ? static_cast<Document*>(executionContext)
+ : nullptr);
}
RefPtr<WebTaskRunner> TaskRunnerHelper::get(TaskType type,
« no previous file with comments | « third_party/WebKit/Source/core/dom/StyleEngine.cpp ('k') | third_party/WebKit/Source/core/dom/Text.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698