| Index: Source/core/events/KeyboardEvent.idl | 
| diff --git a/Source/core/events/KeyboardEvent.idl b/Source/core/events/KeyboardEvent.idl | 
| index ca68d367b11da44762ffd95436da0110eaed41f0..839370431000250d203661649c9a49c182d10917 100644 | 
| --- a/Source/core/events/KeyboardEvent.idl | 
| +++ b/Source/core/events/KeyboardEvent.idl | 
| @@ -26,6 +26,7 @@ | 
| const unsigned long DOM_KEY_LOCATION_RIGHT    = 0x02; | 
| const unsigned long DOM_KEY_LOCATION_NUMPAD   = 0x03; | 
|  | 
| +    [InitializedByEventConstructor] readonly attribute DOMString        code; | 
| [InitializedByEventConstructor] readonly attribute DOMString        keyIdentifier; | 
| [InitializedByEventConstructor] readonly attribute unsigned long    location; | 
| [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation, InitializedByEventConstructor] readonly attribute unsigned long keyLocation; // Deprecated. | 
|  |