| Index: modules/background_sync/SyncEvent.idl
|
| diff --git a/modules/background_sync/SyncEvent.idl b/modules/background_sync/SyncEvent.idl
|
| index ae8a87456ecffa5212cbdb146ac76a395fd92237..f663de05ba535d0cb78134a68f5fc68235eaf9a6 100644
|
| --- a/modules/background_sync/SyncEvent.idl
|
| +++ b/modules/background_sync/SyncEvent.idl
|
| @@ -7,5 +7,6 @@
|
| Exposed=ServiceWorker,
|
| RuntimeEnabled=BackgroundSync,
|
| ] interface SyncEvent : ExtendableEvent {
|
| - readonly attribute SyncRegistration registration;
|
| + readonly attribute DOMString tag;
|
| + readonly attribute boolean lastChance;
|
| };
|
|
|