Index: third_party/WebKit/Source/core/events/KeyboardEventInit.idl |
diff --git a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl |
index 33eed03f53025d8990647c6ef18423bf211535f6..d45a16d4fdac1a1abb96512346f560f921304f4a 100644 |
--- a/third_party/WebKit/Source/core/events/KeyboardEventInit.idl |
+++ b/third_party/WebKit/Source/core/events/KeyboardEventInit.idl |
@@ -13,5 +13,4 @@ dictionary KeyboardEventInit : EventModifierInit { |
// Non-standard APIs |
DOMString keyIdentifier = ""; |
- [ImplementedAs=location, DeprecateAs=KeyboardEventKeyLocation] unsigned long keyLocation = 0; |
}; |