Chromium Code Reviews| Index: Source/core/events/KeyboardEvent.idl |
| diff --git a/Source/core/events/KeyboardEvent.idl b/Source/core/events/KeyboardEvent.idl |
| index 6e367766f1ba807469045425bae83417a9290bbd..e9ed0223ea9f77556395844faa312295e44cf74a 100644 |
| --- a/Source/core/events/KeyboardEvent.idl |
| +++ b/Source/core/events/KeyboardEvent.idl |
| @@ -27,6 +27,7 @@ |
| const unsigned long DOM_KEY_LOCATION_NUMPAD = 0x03; |
| [RuntimeEnabled=KeyboardEventCode] readonly attribute DOMString code; |
| + [RuntimeEnabled=KeyboardEventKey] readonly attribute DOMString key; |
|
Wez
2015/03/04 23:00:25
nit: Suggest lining up these two lines, for readab
Habib Virji
2015/03/09 15:14:27
Done.
|
| readonly attribute DOMString keyIdentifier; |
| readonly attribute unsigned long location; |
| [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation] readonly attribute unsigned long keyLocation; // Deprecated. |