| Index: third_party/WebKit/Source/modules/background_sync/SyncManager.idl
|
| diff --git a/third_party/WebKit/Source/modules/background_sync/SyncManager.idl b/third_party/WebKit/Source/modules/background_sync/SyncManager.idl
|
| index 16899c1916f5f57732ddf80ec645860e22c00ee3..62fe7db9a9f85e9123d272355c97a556a61d184f 100644
|
| --- a/third_party/WebKit/Source/modules/background_sync/SyncManager.idl
|
| +++ b/third_party/WebKit/Source/modules/background_sync/SyncManager.idl
|
| @@ -10,7 +10,6 @@ enum SyncPermissionState {
|
|
|
| [
|
| Exposed=(Window,ServiceWorker),
|
| - GarbageCollected,
|
| RuntimeEnabled=BackgroundSync,
|
| ] interface SyncManager {
|
| [MeasureAs=BackgroundSyncRegister,CallWith=(ScriptState,ExecutionContext),ImplementedAs=registerFunction] Promise<void> register(DOMString tag);
|
|
|