Index: Source/core/events/KeyboardEvent.idl |
diff --git a/Source/core/events/KeyboardEvent.idl b/Source/core/events/KeyboardEvent.idl |
index a22e4d018217d5f4a15036c43d4f27867ddb28c0..6e367766f1ba807469045425bae83417a9290bbd 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; |
+ [RuntimeEnabled=KeyboardEventCode] readonly attribute DOMString code; |
readonly attribute DOMString keyIdentifier; |
readonly attribute unsigned long location; |
[ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation] readonly attribute unsigned long keyLocation; // Deprecated. |