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

Unified Diff: third_party/WebKit/Source/core/testing/InternalDictionary.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
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/testing/InternalDictionary.idl
diff --git a/third_party/WebKit/Source/core/testing/InternalDictionary.idl b/third_party/WebKit/Source/core/testing/InternalDictionary.idl
index bbdf42874293869cbbcc7434bd88cb6853faa250..982650bd02c893d0d7d09317aa6a9cafd7fdbedd 100644
--- a/third_party/WebKit/Source/core/testing/InternalDictionary.idl
+++ b/third_party/WebKit/Source/core/testing/InternalDictionary.idl
@@ -8,8 +8,8 @@ dictionary InternalDictionary {
long longMember;
[Clamp] long longMemberWithClamp;
[EnforceRange] long longMemberWithEnforceRange;
- // We don't want to add a UseCounter feature for testing, so using KeyboardEventKeyLocation.
- [DeprecateAs=KeyboardEventKeyLocation, ImplementedAs=longMember] long deprecateLongMember;
+ // We don't want to add a UseCounter feature for testing, so using PrefixedStorageInfo.
+ [DeprecateAs=PrefixedStorageInfo, ImplementedAs=longMember] long deprecateLongMember;
tkent 2016/02/16 23:33:54 ok, anything to be deprecated is acceptable for th
philipj_slow 2016/02/17 01:59:43 Yep, I was a bit surprised to find this. We'll jus
long longMemberWithDefault = 42;
long? longOrNullMember;
long? longOrNullMemberWithDefault = null;
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698