| 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
|
|
|