| Index: Source/core/events/UIEvent.idl
|
| diff --git a/Source/core/events/UIEvent.idl b/Source/core/events/UIEvent.idl
|
| index 7cb51a83bc6b87dd553eb9564e3f1fc384c7ce32..710144d38c92f2ef82488d5c2f81a5f4c86ffe04 100644
|
| --- a/Source/core/events/UIEvent.idl
|
| +++ b/Source/core/events/UIEvent.idl
|
| @@ -34,8 +34,6 @@
|
| [Default=Undefined] optional Window? view,
|
| [Default=Undefined] optional long detail);
|
|
|
| - // FIXME: these belong on the KeyboardEvent interface
|
| - [MeasureAs=UIEventCharCode] readonly attribute long charCode;
|
| - [MeasureAs=UIEventKeyCode] readonly attribute long keyCode;
|
| + // FIXME: this belongs on the KeyboardEvent interface
|
| [MeasureAs=UIEventWhich] readonly attribute long which;
|
| };
|
|
|