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

Unified Diff: core/testing/InternalDictionary.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 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 | « core/testing/DictionaryTest.idl ('k') | core/testing/InternalSettings.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/testing/InternalDictionary.idl
diff --git a/core/testing/InternalDictionary.idl b/core/testing/InternalDictionary.idl
index b35e9a5e4ffc47f1be2cd3c0f44c3da7c1c54652..982650bd02c893d0d7d09317aa6a9cafd7fdbedd 100644
--- a/core/testing/InternalDictionary.idl
+++ b/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;
long longMemberWithDefault = 42;
long? longOrNullMember;
long? longOrNullMemberWithDefault = null;
@@ -34,4 +34,5 @@ dictionary InternalDictionary {
(double or DOMString) doubleOrStringMember;
sequence<(double or DOMString)> doubleOrStringSequenceMember;
EventTarget? eventTargetOrNullMember = null;
+ Dictionary dictionaryMember;
};
« no previous file with comments | « core/testing/DictionaryTest.idl ('k') | core/testing/InternalSettings.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698