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

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

Issue 2671553003: Remove uses of VisitDOMWrapper (Closed)
Patch Set: Add DependentLifetime when removing Custom=VisitDOMWrapper Created 3 years, 10 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/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;

Powered by Google App Engine
This is Rietveld 408576698