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

Unified Diff: third_party/WebKit/Source/modules/background_sync/SyncManager.cpp

Issue 2392443007: reflow comments in modules/[app_banner,encoding] (Closed)
Patch Set: 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/modules/background_sync/SyncManager.cpp
diff --git a/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp b/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp
index 0abc6d1072523455e6cd2620f366e7343018ee05..9711c0060e47bbbb47379e5e0856d9fe47721a01 100644
--- a/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp
+++ b/third_party/WebKit/Source/modules/background_sync/SyncManager.cpp
@@ -37,7 +37,8 @@ SyncManager::SyncManager(ServiceWorkerRegistration* registration)
ScriptPromise SyncManager::registerFunction(ScriptState* scriptState,
ExecutionContext* context,
const String& tag) {
- // TODO(jkarlin): Wait for the registration to become active instead of rejecting. See crbug.com/542437.
+ // TODO(jkarlin): Wait for the registration to become active instead of
+ // rejecting. See crbug.com/542437.
if (!m_registration->active())
return ScriptPromise::rejectWithDOMException(
scriptState,

Powered by Google App Engine
This is Rietveld 408576698