| Index: Source/core/events/PromiseRejectionEvent.idl
|
| diff --git a/Source/core/events/PromiseRejectionEvent.idl b/Source/core/events/PromiseRejectionEvent.idl
|
| index ccae17a06dd8dcc8e7cf494132b57a90a56f9008..85ebeec12dedbaf42aff3a662f38ad05b5bcff75 100644
|
| --- a/Source/core/events/PromiseRejectionEvent.idl
|
| +++ b/Source/core/events/PromiseRejectionEvent.idl
|
| @@ -6,6 +6,7 @@
|
|
|
| [
|
| RuntimeEnabled=PromiseRejectionEvent,
|
| + Custom=VisitDOMWrapper,
|
| Constructor(DOMString type, optional PromiseRejectionEventInit eventInitDict),
|
| ConstructorCallWith=ScriptState,
|
| Exposed=(Window,Worker,ServiceWorker),
|
|
|