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