| Index: modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| diff --git a/modules/background_sync/ServiceWorkerRegistrationSync.idl b/modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| index ee4ad724fc1549be2a2b37e3cb16cebf37a1bc6f..0620451ec51ca5618cf9ce60ec8545a2250a9eb2 100644
|
| --- a/modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| +++ b/modules/background_sync/ServiceWorkerRegistrationSync.idl
|
| @@ -7,5 +7,4 @@
|
| RuntimeEnabled=BackgroundSync,
|
| ] partial interface ServiceWorkerRegistration {
|
| [MeasureAs=BackgroundSync] readonly attribute SyncManager sync;
|
| - [MeasureAs=BackgroundSync] readonly attribute PeriodicSyncManager periodicSync;
|
| };
|
|
|