Index: Source/core/events/MouseEvent.idl |
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl |
index 9a420321ec149aac821f9d89d893c40d6e26e57e..d35894274032b9a561d200965e344cd81147c6c1 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; |
readonly attribute unsigned short buttons; |
readonly attribute EventTarget? relatedTarget; |
// TODO(philipj): boolean getModifierState(DOMString keyArg); |