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

Unified Diff: Source/core/testing/InternalDictionary.idl

Issue 590443002: IDL: object type support for IDL dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 6 years, 3 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 | « Source/core/testing/DictionaryTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/InternalDictionary.idl
diff --git a/Source/core/testing/InternalDictionary.idl b/Source/core/testing/InternalDictionary.idl
index f7feaf34f9bac9b41be6928d6b4a74cbaf48baef..d0c4e600c4c9b65ec82fb4ae0a5b3727eb842aa0 100644
--- a/Source/core/testing/InternalDictionary.idl
+++ b/Source/core/testing/InternalDictionary.idl
@@ -22,4 +22,6 @@ enum InternalEnum { "foo", "bar", "baz" };
InternalEnum? enumOrNullMember;
Element elementMember;
Element? elementOrNullMember;
+ object objectMember;
+ object? objectOrNullMemberWithDefault = null;
};
« no previous file with comments | « Source/core/testing/DictionaryTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698