Index: Source/core/events/KeyboardEvent.idl |
diff --git a/Source/core/events/KeyboardEvent.idl b/Source/core/events/KeyboardEvent.idl |
index 8835fe3e7cf36994e225f7d6f392bcc0ff668fd2..2fe31b5f93d00c45b7d6f71541e3edbffcf0eca6 100644 |
--- a/Source/core/events/KeyboardEvent.idl |
+++ b/Source/core/events/KeyboardEvent.idl |
@@ -28,6 +28,7 @@ |
const unsigned long DOM_KEY_LOCATION_NUMPAD = 0x03; |
[RuntimeEnabled=KeyboardEventCode] readonly attribute DOMString code; |
+ [RuntimeEnabled=KeyboardEventKey] readonly attribute DOMString key; |
readonly attribute DOMString keyIdentifier; |
readonly attribute unsigned long location; |
[ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation] readonly attribute unsigned long keyLocation; // Deprecated. |