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

Unified Diff: tools/idl_parser/test_parser/dictionary_web.idl

Issue 2708173002: idl_parser: Add support for the record<K, V> WebIDL type. (Closed)
Patch Set: Created 3 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
Index: tools/idl_parser/test_parser/dictionary_web.idl
diff --git a/tools/idl_parser/test_parser/dictionary_web.idl b/tools/idl_parser/test_parser/dictionary_web.idl
index 2fd602e1491e005165e652c0359d81d5dd24d544..835124603418588d9fe79df94f4d771bcffb8b92 100644
--- a/tools/idl_parser/test_parser/dictionary_web.idl
+++ b/tools/idl_parser/test_parser/dictionary_web.idl
@@ -53,7 +53,7 @@ partial dictionary MyDictInherit : Foo {};
*Dictionary(MyDictBig)
* Key(setString)
* Type()
- * PrimitiveType(DOMString)
+ * StringType(DOMString)
* Default(Foo)
* Key(setLong)
* Type()
@@ -88,7 +88,7 @@ dictionary {
*Dictionary(MyDictionaryInvalidOptional)
* Key(mandatory)
* Type()
- * PrimitiveType(DOMString)
+ * StringType(DOMString)
* Error(Unexpected keyword "optional" after ">".)
*/
dictionary MyDictionaryInvalidOptional {
@@ -105,7 +105,7 @@ dictionary ForParent NoColon {
*Dictionary(MyDictNull)
* Key(setString)
* Type()
- * PrimitiveType(DOMString)
+ * StringType(DOMString)
* Default(NULL)
*/
dictionary MyDictNull {

Powered by Google App Engine
This is Rietveld 408576698