| Index: third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| index 94adc2e7b5b94d9fdd869e693efd9b86abfc3292..d48bcdeed35832233c780b84bb11bca95098e1b8 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| @@ -5,7 +5,7 @@
|
| [
|
| Constructor(DOMString type, optional BeforeInstallPromptEventInit eventInitDict)
|
| ] interface BeforeInstallPromptEvent : Event {
|
| - readonly attribute sequence<DOMString> platforms;
|
| + readonly attribute FrozenArray<DOMString> platforms;
|
| [CallWith=ScriptState] readonly attribute Promise<AppBannerPromptResult> userChoice;
|
| [CallWith=ScriptState] Promise<void> prompt();
|
| };
|
|
|