Index: Source/core/events/MouseEvent.idl |
diff --git a/Source/core/events/MouseEvent.idl b/Source/core/events/MouseEvent.idl |
index feda914c789cd6cf7c5d304f79033e9cfe433d9e..776a96d848250c13b33e15a7d81555b8322fb197 100644 |
--- a/Source/core/events/MouseEvent.idl |
+++ b/Source/core/events/MouseEvent.idl |
@@ -58,6 +58,7 @@ |
[MeasureAs=MouseEventY] readonly attribute long y; |
[MeasureAs=MouseEventFromElement] readonly attribute Node fromElement; |
[MeasureAs=MouseEventToElement] readonly attribute Node toElement; |
+ [MeasureAs=MouseEventWhich] readonly attribute long which; |
// FIXME: this belongs on the DragEvent interface |
readonly attribute DataTransfer dataTransfer; |