| 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,
|
|
|