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

Unified Diff: tools/idl_parser/test_lexer/keywords.in

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_lexer/keywords.in
diff --git a/tools/idl_parser/test_lexer/keywords.in b/tools/idl_parser/test_lexer/keywords.in
index 05b832d6c4e7737f0f3991fd72c2bb7f3e97c5fa..abca990e415f126e7d5642822cd31bf369d5581e 100644
--- a/tools/idl_parser/test_lexer/keywords.in
+++ b/tools/idl_parser/test_lexer/keywords.in
@@ -34,6 +34,7 @@ OR or
PARTIAL partial
PROMISE Promise
READONLY readonly
+RECORD record
REGEXP RegExp
REQUIRED required
SEQUENCE sequence
@@ -47,4 +48,5 @@ TYPEDEF typedef
TRUE true
UNSIGNED unsigned
UNRESTRICTED unrestricted
+USVSTRING USVString
VOID void

Powered by Google App Engine
This is Rietveld 408576698