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

Unified Diff: third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl

Issue 2732093003: bindings: Add support for the record<K,V> WebIDL type. (Closed)
Patch Set: s/isolate->GetCurrentContext()/context/ 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
Index: third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
diff --git a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
index 18d113f27eda2a3ca47742c3602576a62e426155..0a1888845dd6a0cc53644c61558b1566c1374b01 100644
--- a/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
+++ b/third_party/WebKit/Source/bindings/tests/idls/core/TestDictionary.idl
@@ -37,4 +37,6 @@ dictionary TestDictionary {
Dictionary dictionaryMember;
[RuntimeEnabled=runtimeFeature] boolean runtimeMember;
[PrefixGet] object prefixGetMember;
+ record<ByteString, byte> recordMember;
+ record<USVString, TestObject> garbageCollectedRecordMember;
};

Powered by Google App Engine
This is Rietveld 408576698