Index: Source/core/events/MouseEventInit.idl |
diff --git a/Source/core/events/MouseEventInit.idl b/Source/core/events/MouseEventInit.idl |
index 6a4fe24d328780feddfed520820a99f36f4461dc..cbb4d7d83781cf975b530f6450f09681fc714900 100644 |
--- a/Source/core/events/MouseEventInit.idl |
+++ b/Source/core/events/MouseEventInit.idl |
@@ -9,8 +9,7 @@ dictionary MouseEventInit : EventModifierInit { |
long screenY = 0; |
long clientX = 0; |
long clientY = 0; |
- // TODO(philipj): button should be short, not unsigned short. |
- unsigned short button = 0; |
+ short button = 0; |
unsigned short buttons = 0; |
EventTarget? relatedTarget = null; |