Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1906)

Unified Diff: core/events/PromiseRejectionEvent.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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/events/ProgressEvent.idl ('k') | core/events/PromiseRejectionEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/events/PromiseRejectionEvent.idl
diff --git a/core/events/PromiseRejectionEvent.idl b/core/events/PromiseRejectionEvent.idl
index 85ebeec12dedbaf42aff3a662f38ad05b5bcff75..6cb2adf74a4697312f9e10fa75203317bb1362b4 100644
--- a/core/events/PromiseRejectionEvent.idl
+++ b/core/events/PromiseRejectionEvent.idl
@@ -7,10 +7,10 @@
[
RuntimeEnabled=PromiseRejectionEvent,
Custom=VisitDOMWrapper,
- Constructor(DOMString type, optional PromiseRejectionEventInit eventInitDict),
+ Constructor(DOMString type, PromiseRejectionEventInit eventInitDict),
ConstructorCallWith=ScriptState,
- Exposed=(Window,Worker,ServiceWorker),
+ Exposed=(Window,Worker),
] interface PromiseRejectionEvent : Event {
- [Custom=Getter] readonly attribute Promise<any>? promise;
+ [Custom=Getter] readonly attribute Promise<any> promise;
[CallWith=ScriptState] readonly attribute any reason;
};
« no previous file with comments | « core/events/ProgressEvent.idl ('k') | core/events/PromiseRejectionEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698