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

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

Issue 803933003: IDL: various adjustments to match Web IDL specification better (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years 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 16dc32fc151d385ffb75eab168d790072300731b..05b832d6c4e7737f0f3991fd72c2bb7f3e97c5fa 100644
--- a/tools/idl_parser/test_lexer/keywords.in
+++ b/tools/idl_parser/test_lexer/keywords.in
@@ -11,24 +11,34 @@ DELETER deleter
DICTIONARY dictionary
DOMSTRING DOMString
DOUBLE double
+ENUM enum
+EXCEPTION exception
FALSE false
FLOAT float
-EXCEPTION exception
GETTER getter
IMPLEMENTS implements
INFINITY Infinity
+INHERIT inherit
INTERFACE interface
+ITERABLE iterable
LEGACYCALLER legacycaller
+LEGACYITERABLE legacyiterable
LONG long
+MAPLIKE maplike
NAN Nan
NULL null
OBJECT object
+OCTET octet
OPTIONAL optional
OR or
PARTIAL partial
+PROMISE Promise
READONLY readonly
REGEXP RegExp
+REQUIRED required
+SEQUENCE sequence
SERIALIZER serializer
+SETLIKE setlike
SETTER setter
SHORT short
STATIC static

Powered by Google App Engine
This is Rietveld 408576698