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

Unified Diff: third_party/WebKit/Source/core/events/PromiseRejectionEventInit.idl

Issue 1471283002: Update PromiseRejectionEvent IDL to match latest spec (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « third_party/WebKit/Source/core/events/PromiseRejectionEvent.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..caa0e7e1326fc0ec1b2f1b7819502e9f57915551 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;
- any reason = null;
+ required Promise<any> promise;
+ any reason;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/PromiseRejectionEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698