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

Unified Diff: tools/idl_parser/test_parser/exception_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/exception_web.idl
diff --git a/tools/idl_parser/test_parser/exception_web.idl b/tools/idl_parser/test_parser/exception_web.idl
index 3801a4aa7dcf6a121b20a10d92c579e1a9c50e3a..2e28107dfb218b72421f82956cd1ac00b1ba6b56 100644
--- a/tools/idl_parser/test_parser/exception_web.idl
+++ b/tools/idl_parser/test_parser/exception_web.idl
@@ -48,7 +48,7 @@ partial exception MyExcPartial { };
*Exception(MyExcBig)
* ExceptionField(MyString)
* Type()
- * PrimitiveType(DOMString)
+ * StringType(DOMString)
* Error(Unexpected "=" after identifier "ErrorSetLong".)
* ExceptionField(MyLong)
* Type()
@@ -75,7 +75,7 @@ exception ForParent NoColon {
/* TREE
*Exception(MyExcConst)
* Const(setString)
- * PrimitiveType(DOMString)
+ * StringType(DOMString)
* Value(NULL)
*/
exception MyExcConst {

Powered by Google App Engine
This is Rietveld 408576698