Index: Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl |
diff --git a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl |
index 0860b81a5aba486b2de423eb1f3dbf6d5a6a4940..f8a766a26f2ec6a1869431aff96ae52d66044abf 100644 |
--- a/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl |
+++ b/Source/modules/background_sync/ServiceWorkerGlobalScopeSync.idl |
@@ -6,4 +6,5 @@ |
RuntimeEnabled=BackgroundSync, |
] partial interface ServiceWorkerGlobalScope { |
attribute EventHandler onsync; |
+ attribute EventHandler onperiodicsync; |
}; |