| Index: third_party/WebKit/Source/core/events/UIEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/UIEvent.idl b/third_party/WebKit/Source/core/events/UIEvent.idl
|
| index 235ec54d3efa02abd3af0a166278eb61afff8f5d..bbf6c4712950e1cae60146dbb2872efc755efca1 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/UIEvent.idl
|
| @@ -24,7 +24,7 @@
|
| ] interface UIEvent : Event {
|
| readonly attribute Window? view;
|
| readonly attribute long detail;
|
| - [RuntimeEnabled=InputDeviceCapabilities] readonly attribute InputDeviceCapabilities? sourceCapabilities;
|
| + readonly attribute InputDeviceCapabilities? sourceCapabilities;
|
|
|
| // https://w3c.github.io/uievents/#idl-interface-UIEvent-initializers
|
| // TODO(foolip): None of the initUIEvent() arguments should be optional.
|
|
|