| Index: third_party/WebKit/Source/core/events/PromiseRejectionEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.idl b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.idl
|
| index 0acb5b80a89d1c26e2076685ad5ea5a31e17cd4e..aa674ba2745627e125850e1b6728dade46415723 100644
|
| --- a/third_party/WebKit/Source/core/events/PromiseRejectionEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/PromiseRejectionEvent.idl
|
| @@ -5,10 +5,10 @@
|
| // https://github.com/domenic/unhandled-rejections-browser-spec
|
|
|
| [
|
| - Custom=VisitDOMWrapper,
|
| Constructor(DOMString type, PromiseRejectionEventInit eventInitDict),
|
| ConstructorCallWith=ScriptState,
|
| Exposed=(Window,Worker),
|
| + DependentLifetime,
|
| ] interface PromiseRejectionEvent : Event {
|
| [Custom=Getter] readonly attribute Promise<any> promise;
|
| [CallWith=ScriptState] readonly attribute any reason;
|
|
|