| 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 abaeea3b334d79aa1dc2280af3592de12da6aa74..fc7785b6fb0f0908f545e15a65c71e1f549dfb91 100644
|
| --- a/third_party/WebKit/Source/core/events/EventListenerOptions.idl
|
| +++ b/third_party/WebKit/Source/core/events/EventListenerOptions.idl
|
| @@ -5,10 +5,5 @@
|
| // https://dom.spec.whatwg.org/#dictdef-eventlisteneroptions
|
|
|
| dictionary EventListenerOptions {
|
| - // TODO: |capture| is runtime enabled and its value actually
|
| - // changes whether the feature is enabled or not. Setting
|
| - // it to a default value here prevents the ability of checking
|
| - // whether it was set manually or by default. See EventTarget.cpp
|
| - // where it is populated. crbug.com/543685
|
| - [RuntimeEnabled=EventListenerOptions] boolean capture;
|
| + boolean capture = false;
|
| };
|
|
|