Chromium Code Reviews

Unified Diff: core/events/PromiseRejectionEventInit.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « core/events/PromiseRejectionEvent.idl ('k') | core/events/SecurityPolicyViolationEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « core/events/PromiseRejectionEvent.idl ('k') | core/events/SecurityPolicyViolationEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine