Index: Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
diff --git a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl b/Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
index 5fac0385bbc7f9eb5d4ec14dee29c984c248d400..fc66cc8d9a905f64723a05065d055c7281fae321 100644 |
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
+++ b/Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
@@ -3,5 +3,5 @@ |
// found in the LICENSE file. |
dictionary BeforeInstallPromptEventInit : EventInit { |
- DOMString platform = "web"; |
+ sequence<DOMString> platforms; |
}; |