| 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 691aa0c54f8c17d9688c09b995c88e6715e1c20c..042ea1792e5a309a39523ce7995aa60abc2e07b6 100644
|
| --- a/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/app_banner/BeforeInstallPromptEvent.idl
|
| @@ -3,8 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| [
|
| - Constructor(DOMString type, optional BeforeInstallPromptEventInit eventInitDict),
|
| - RuntimeEnabled=AppBanner,
|
| + Constructor(DOMString type, optional BeforeInstallPromptEventInit eventInitDict)
|
| ] interface BeforeInstallPromptEvent : Event {
|
| readonly attribute sequence<DOMString> platforms;
|
| [CallWith=ScriptState] readonly attribute Promise<DOMString> userChoice;
|
|
|