| Index: third_party/WebKit/Source/core/events/PromiseRejectionEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PromiseRejectionEventInit.idl b/third_party/WebKit/Source/core/events/PromiseRejectionEventInit.idl
|
| index 0f5527a5919696541996604b686d490a7760962d..8feec3dd1721aecee671f1f40b45fea3e8e9c79f 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEventInit.idl
|
| @@ -7,6 +7,6 @@
|
| [
|
| RuntimeEnabled=PromiseRejectionEvent,
|
| ] dictionary PromiseRejectionEventInit : EventInit {
|
| - required Promise<any>? promise;
|
| + Promise<any>? promise;
|
| any reason = null;
|
| };
|
|
|