| Index: Source/core/input/InputDevice.idl
|
| diff --git a/Source/core/input/InputDevice.idl b/Source/core/input/InputDevice.idl
|
| index cbd2401a3acb17bfc9d53589f4eda2645c24b652..83e345fc53e3a9e33aa3fffb3a81f522655b41e0 100644
|
| --- a/Source/core/input/InputDevice.idl
|
| +++ b/Source/core/input/InputDevice.idl
|
| @@ -11,11 +11,11 @@
|
| [
|
| Constructor(optional InputDeviceInit deviceInitDict),
|
| RuntimeEnabled=InputDevice,
|
| - GarbageCollected
|
| + GarbageCollected,
|
| ] interface InputDevice {
|
|
|
| // Whether this device dispatches touch events for movement. This is used to detect
|
| // mouse events which represent only an action that has already been handled by
|
| // touch event handlers.
|
| readonly attribute boolean firesTouchEvents;
|
| -};
|
| +};
|
|
|