Chromium Code Reviews| Index: tools/idl_parser/idl_lexer.py |
| diff --git a/tools/idl_parser/idl_lexer.py b/tools/idl_parser/idl_lexer.py |
| index abbed37abd920dd3f082e1fb63ef3da15042d4ad..1f186d722d9e5921061d1862b604b3cfef4da907 100755 |
| --- a/tools/idl_parser/idl_lexer.py |
| +++ b/tools/idl_parser/idl_lexer.py |
| @@ -80,6 +80,7 @@ class IDLLexer(object): |
| 'exception' : 'EXCEPTION', |
| 'false' : 'FALSE', |
| 'float' : 'FLOAT', |
| + 'FrozenArray' : 'FROZENARRAY', |
|
haraken
2015/08/19 01:14:18
Nit: This dictionary should be alphabetically sort
bashi
2015/08/19 01:19:04
Yeah, but this dict seems to use case-insensitive
|
| 'getter': 'GETTER', |
| 'implements' : 'IMPLEMENTS', |
| 'Infinity' : 'INFINITY', |