Index: Source/modules/background_sync/PeriodicSyncEvent.idl |
diff --git a/Source/modules/background_sync/SyncEvent.idl b/Source/modules/background_sync/PeriodicSyncEvent.idl |
similarity index 57% |
copy from Source/modules/background_sync/SyncEvent.idl |
copy to Source/modules/background_sync/PeriodicSyncEvent.idl |
index ae8a87456ecffa5212cbdb146ac76a395fd92237..826fb6c4ca45ecde0d1ed65259511a5d7e6c3bdb 100644 |
--- a/Source/modules/background_sync/SyncEvent.idl |
+++ b/Source/modules/background_sync/PeriodicSyncEvent.idl |
@@ -3,9 +3,9 @@ |
// found in the LICENSE file. |
[ |
- Constructor(DOMString type, SyncEventInit init), |
+ Constructor(DOMString type, PeriodicSyncEventInit init), |
Exposed=ServiceWorker, |
RuntimeEnabled=BackgroundSync, |
-] interface SyncEvent : ExtendableEvent { |
- readonly attribute SyncRegistration registration; |
+] interface PeriodicSyncEvent : ExtendableEvent { |
+ readonly attribute PeriodicSyncRegistration registration; |
}; |