| Index: core/events/PromiseRejectionEventInit.idl
|
| diff --git a/core/events/PromiseRejectionEventInit.idl b/core/events/PromiseRejectionEventInit.idl
|
| index cf6b3bae5131bcb65afd69c4cb668cfd4be7e8fc..caa0e7e1326fc0ec1b2f1b7819502e9f57915551 100644
|
| --- a/core/events/PromiseRejectionEventInit.idl
|
| +++ b/core/events/PromiseRejectionEventInit.idl
|
| @@ -7,6 +7,6 @@
|
| [
|
| RuntimeEnabled=PromiseRejectionEvent,
|
| ] dictionary PromiseRejectionEventInit : EventInit {
|
| - Promise<any> promise;
|
| + required Promise<any> promise;
|
| any reason;
|
| };
|
|
|