Index: Source/core/events/UIEvent.idl |
diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl |
index 4d025d8050b968d75e006eb29804a3a86692fd14..a747aa55a59203907308a0f77e9bf9623c612b30 100644 |
--- a/Source/core/events/UIEvent.idl |
+++ b/Source/core/events/UIEvent.idl |
@@ -36,7 +36,7 @@ |
[MeasureAs=UIEventPageY] readonly attribute long pageY; |
// FIXME: these belong on the KeyboardEvent interface |
- readonly attribute long keyCode; |
- readonly attribute long charCode; |
- readonly attribute long which; |
+ [MeasureAs=UIEventCharCode] readonly attribute long charCode; |
+ [MeasureAs=UIEventKeyCode] readonly attribute long keyCode; |
+ [MeasureAs=UIEventWhich] readonly attribute long which; |
}; |