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

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

Issue 2390543002: Reflow comments in core/dom/. (Closed)
Patch Set: Reformat comments in core/dom/. Created 4 years, 2 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/ScriptedIdleTaskController.cpp
diff --git a/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp b/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
index 7b66ef42241fb800b1e4fa8398fc2a14ad668599..548c3975cd98c60063b40db30b02a8becde472b5 100644
--- a/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
+++ b/third_party/WebKit/Source/core/dom/ScriptedIdleTaskController.cpp
@@ -144,7 +144,8 @@ void ScriptedIdleTaskController::callbackFired(
// Queue for execution when we are resumed.
m_pendingTimeouts.append(id);
}
- // Just drop callbacks called while suspended, these will be reposted on the idle task queue when we are resumed.
+ // Just drop callbacks called while suspended, these will be reposted on the
+ // idle task queue when we are resumed.
return;
}

Powered by Google App Engine
This is Rietveld 408576698