Index: Source/modules/background_sync/SyncEventInit.idl |
diff --git a/Source/modules/background_sync/SyncEventInit.idl b/Source/modules/background_sync/SyncEventInit.idl |
index 1ab9d737c8300b4832264ca8e073ca93f88c2d24..a7d2f51233d2312d5707e7b68707a4b4183cb234 100644 |
--- a/Source/modules/background_sync/SyncEventInit.idl |
+++ b/Source/modules/background_sync/SyncEventInit.idl |
@@ -3,5 +3,5 @@ |
// found in the LICENSE file. |
dictionary SyncEventInit : ExtendableEventInit { |
- SyncRegistration registration; |
+ required SyncRegistration registration; |
}; |