Index: Source/modules/background_sync/SyncEventInit.idl |
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/modules/background_sync/SyncEventInit.idl |
similarity index 66% |
copy from Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
copy to Source/modules/background_sync/SyncEventInit.idl |
index 5fac0385bbc7f9eb5d4ec14dee29c984c248d400..1ab9d737c8300b4832264ca8e073ca93f88c2d24 100644 |
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
+++ b/Source/modules/background_sync/SyncEventInit.idl |
@@ -2,6 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-dictionary BeforeInstallPromptEventInit : EventInit { |
- DOMString platform = "web"; |
+dictionary SyncEventInit : ExtendableEventInit { |
+ SyncRegistration registration; |
}; |