| Index: third_party/WebKit/Source/core/events/UIEventInit.idl
|
| diff --git a/third_party/WebKit/Source/core/events/UIEventInit.idl b/third_party/WebKit/Source/core/events/UIEventInit.idl
|
| index e1f9cbe756307e48447938a58e2ed2dc5cf2b3bd..a994a6be9fdf72d6423fbb079c88cbcabf7cb14c 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEventInit.idl
|
| +++ b/third_party/WebKit/Source/core/events/UIEventInit.idl
|
| @@ -7,5 +7,5 @@
|
| dictionary UIEventInit : EventInit {
|
| Window? view = null;
|
| long detail = 0;
|
| - [RuntimeEnabled=InputDeviceCapabilities] InputDeviceCapabilities? sourceCapabilities = null;
|
| -};
|
| + InputDeviceCapabilities? sourceCapabilities = null;
|
| +};
|
|
|