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

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

Issue 1922093003: Add AddEventListenerOptions addEventListenerOptions interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 7 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/EventListenerOptions.idl
diff --git a/third_party/WebKit/Source/core/events/EventListenerOptions.idl b/third_party/WebKit/Source/core/events/EventListenerOptions.idl
index f670de3e60860fbc82686dabfee1c2ee1334d6bc..abaeea3b334d79aa1dc2280af3592de12da6aa74 100644
--- a/third_party/WebKit/Source/core/events/EventListenerOptions.idl
+++ b/third_party/WebKit/Source/core/events/EventListenerOptions.idl
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-// https://github.com/RByers/EventListenerOptions
+// https://dom.spec.whatwg.org/#dictdef-eventlisteneroptions
dictionary EventListenerOptions {
// TODO: |capture| is runtime enabled and its value actually
@@ -11,5 +11,4 @@ dictionary EventListenerOptions {
// whether it was set manually or by default. See EventTarget.cpp
// where it is populated. crbug.com/543685
[RuntimeEnabled=EventListenerOptions] boolean capture;
- [RuntimeEnabled=PassiveEventListeners] boolean passive;
};
« no previous file with comments | « third_party/WebKit/Source/core/events/EventListenerMap.cpp ('k') | third_party/WebKit/Source/core/events/EventTarget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698