Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(867)

Unified Diff: third_party/WebKit/Source/core/events/KeyboardEventInit.idl

Issue 1700233002: Remove KeyboardEvent.prototype.keyLocation (alias of location) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698