| 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;
|
| };
|
|
|