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

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

Issue 1416163003: Reland "Don't report promise rejection events during the microtask checkpoint" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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..8feec3dd1721aecee671f1f40b45fea3e8e9c79f 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;
+ Promise<any>? promise;
any reason = null;
};

Powered by Google App Engine
This is Rietveld 408576698