| 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 042ea1792e5a309a39523ce7995aa60abc2e07b6..94adc2e7b5b94d9fdd869e693efd9b86abfc3292 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| @@ -6,6 +6,6 @@
|
| Constructor(DOMString type, optional BeforeInstallPromptEventInit eventInitDict)
|
| ] interface BeforeInstallPromptEvent : Event {
|
| readonly attribute sequence<DOMString> platforms;
|
| - [CallWith=ScriptState] readonly attribute Promise<DOMString> userChoice;
|
| + [CallWith=ScriptState] readonly attribute Promise<AppBannerPromptResult> userChoice;
|
| [CallWith=ScriptState] Promise<void> prompt();
|
| };
|
|
|