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..13b24c82fa7b8f02814e8a4192f772b381438a05 100644 |
--- a/Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
+++ b/Source/modules/app_banner/BeforeInstallPromptEventInit.idl |
@@ -3,5 +3,4 @@ |
// found in the LICENSE file. |
dictionary BeforeInstallPromptEventInit : EventInit { |
- DOMString platform = "web"; |
mlamouri (slow - plz ping)
2015/04/16 10:32:21
DOMString[] platforms = [];
benwells
2015/04/16 11:39:59
I tried that but got an error in the v8 code gener
mlamouri (slow - plz ping)
2015/04/16 13:33:27
Checking the spec and asking the editor, it's actu
benwells
2015/04/17 06:58:53
Done.
|
}; |