| 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 a7d157c506ff94b87637ad33767eb8b3b180648d..cce9d59fee67ccad153487d2920689e4cc8fc5fd 100644
|
| --- a/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl
|
| +++ b/third_party/WebKit/Source/core/events/AddEventListenerOptions.idl
|
| @@ -5,5 +5,5 @@
|
| // https://dom.spec.whatwg.org/#dictdef-addeventlisteneroptions
|
|
|
| dictionary AddEventListenerOptions : EventListenerOptions {
|
| - [RuntimeEnabled=PassiveEventListeners] boolean passive;
|
| + boolean passive;
|
| };
|
|
|