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

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

Issue 329853005: IDL parser: align with current Web IDL specification (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebased Created 6 years, 6 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 | « tools/idl_parser/idl_ppapi_parser.py ('k') | tools/idl_parser/test_parser/enum_web.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 11baff907f38150965aad2300fe4e80814b7b19a..16dc32fc151d385ffb75eab168d790072300731b 100644
--- a/tools/idl_parser/test_lexer/keywords.in
+++ b/tools/idl_parser/test_lexer/keywords.in
@@ -1,6 +1,7 @@
ANY any
ATTRIBUTE attribute
BOOLEAN boolean
+BYTESTRING ByteString
BYTE byte
CALLBACK callback
CONST const
@@ -26,6 +27,8 @@ OPTIONAL optional
OR or
PARTIAL partial
READONLY readonly
+REGEXP RegExp
+SERIALIZER serializer
SETTER setter
SHORT short
STATIC static
« no previous file with comments | « tools/idl_parser/idl_ppapi_parser.py ('k') | tools/idl_parser/test_parser/enum_web.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698