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