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

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

Issue 1932293002: Deprecate KeyboardEvent.keyIdentifier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adjust layout tests Created 4 years, 8 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/KeyboardEvent.idl
diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.idl b/third_party/WebKit/Source/core/events/KeyboardEvent.idl
index 15990ac11e56a92572ee033dddcbef07db92e3af..92af5476149ab2d98a0e7401549b38af2265ae2d 100644
--- a/third_party/WebKit/Source/core/events/KeyboardEvent.idl
+++ b/third_party/WebKit/Source/core/events/KeyboardEvent.idl
@@ -59,5 +59,5 @@
readonly attribute long which;
// Non-standard APIs
- [Measure] readonly attribute DOMString keyIdentifier;
+ [DeprecateAs=V8KeyboardEvent_KeyIdentifier_AttributeGetter] readonly attribute DOMString keyIdentifier;
};

Powered by Google App Engine
This is Rietveld 408576698