Index: Source/core/events/MouseEvent.idl |
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl |
index 8175b582a75dab0dc03c56b32a5dbcd12a2de9dc..21c0a2fd5059112c134a1d412a885c598ed4e266 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); |