Chromium Code Reviews| Index: Source/core/events/MouseEvent.idl |
| diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl |
| index 9a420321ec149aac821f9d89d893c40d6e26e57e..7a7969fbb518ce74299f65f862bf1018fcf5b278 100644 |
| --- a/Source/core/events/MouseEvent.idl |
| +++ b/Source/core/events/MouseEvent.idl |
| @@ -31,8 +31,7 @@ |
| readonly attribute boolean shiftKey; |
| readonly attribute boolean altKey; |
| readonly attribute boolean metaKey; |
| - // TODO(philipj): button should be short, not unsigned short. |
| - readonly attribute unsigned short button; |
| + readonly attribute short button; |
|
philipj_slow
2015/06/09 09:35:38
Please add some whitespace so that all the names l
ramya.v
2015/06/09 11:14:31
Done.
|
| readonly attribute unsigned short buttons; |
| readonly attribute EventTarget? relatedTarget; |
| // TODO(philipj): boolean getModifierState(DOMString keyArg); |