| Index: third_party/WebKit/Source/core/events/UIEvent.idl
|
| diff --git a/third_party/WebKit/Source/core/events/UIEvent.idl b/third_party/WebKit/Source/core/events/UIEvent.idl
|
| index bbf6c4712950e1cae60146dbb2872efc755efca1..2b0e986b81b32d2b11cad8ec5bd12d30df466f6e 100644
|
| --- a/third_party/WebKit/Source/core/events/UIEvent.idl
|
| +++ b/third_party/WebKit/Source/core/events/UIEvent.idl
|
| @@ -34,6 +34,5 @@
|
| [Default=Undefined] optional Window? view,
|
| [Default=Undefined] optional long detail);
|
|
|
| - // FIXME: this belongs on the KeyboardEvent interface
|
| - [MeasureAs=UIEventWhich] readonly attribute long which;
|
| + readonly attribute unsigned long which;
|
| };
|
|
|