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

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

Issue 2245723002: Support "once" event listener option (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added forcing 'once' to be always defined." Created 4 years, 4 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/AddEventListenerOptions.idl
diff --git a/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl b/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl
index cce9d59fee67ccad153487d2920689e4cc8fc5fd..1d9e744e7f15ae42f4851426df557acd552198f6 100644
--- a/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl
+++ b/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl
@@ -6,4 +6,5 @@
dictionary AddEventListenerOptions : EventListenerOptions {
boolean passive;
+ boolean once = false;
};

Powered by Google App Engine
This is Rietveld 408576698