Index: Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
diff --git a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
index 7391d985d29da763bac9afc09adcb4ecf2987cb5..ee4ad724fc1549be2a2b37e3cb16cebf37a1bc6f 100644 |
--- a/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
+++ b/Source/modules/background_sync/ServiceWorkerRegistrationSync.idl |
@@ -6,5 +6,6 @@ |
Exposed=(Window, ServiceWorker), |
RuntimeEnabled=BackgroundSync, |
] partial interface ServiceWorkerRegistration { |
- [MeasureAs=BackgroundSync] readonly attribute SyncManager syncManager; |
+ [MeasureAs=BackgroundSync] readonly attribute SyncManager sync; |
+ [MeasureAs=BackgroundSync] readonly attribute PeriodicSyncManager periodicSync; |
}; |