| Index: modules/background_sync/SyncEventInit.idl
|
| diff --git a/modules/background_sync/SyncEventInit.idl b/modules/background_sync/SyncEventInit.idl
|
| index a7d2f51233d2312d5707e7b68707a4b4183cb234..1a2a804949ae7d82f2ed42a22f9d047d7f29ad8e 100644
|
| --- a/modules/background_sync/SyncEventInit.idl
|
| +++ b/modules/background_sync/SyncEventInit.idl
|
| @@ -3,5 +3,6 @@
|
| // found in the LICENSE file.
|
|
|
| dictionary SyncEventInit : ExtendableEventInit {
|
| - required SyncRegistration registration;
|
| + required DOMString tag;
|
| + boolean lastChance = false;
|
| };
|
|
|