Chromium Code Reviews| 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 |