summaryrefslogtreecommitdiffstats
path: root/chromium/tools/idl_parser/idl_lexer.py
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/idl_parser/idl_lexer.py')
-rwxr-xr-xchromium/tools/idl_parser/idl_lexer.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/tools/idl_parser/idl_lexer.py b/chromium/tools/idl_parser/idl_lexer.py
index d7311df1ca6..9c320d6e3c8 100755
--- a/chromium/tools/idl_parser/idl_lexer.py
+++ b/chromium/tools/idl_parser/idl_lexer.py
@@ -67,6 +67,7 @@ class IDLLexer(object):
'attribute' : 'ATTRIBUTE',
'boolean' : 'BOOLEAN',
'byte' : 'BYTE',
+ 'ByteString' : 'BYTESTRING',
'callback' : 'CALLBACK',
'const' : 'CONST',
'creator' : 'CREATOR',
@@ -94,7 +95,9 @@ class IDLLexer(object):
'or' : 'OR',
'partial' : 'PARTIAL',
'readonly' : 'READONLY',
+ 'RegExp' : 'REGEXP',
'sequence' : 'SEQUENCE',
+ 'serializer' : 'SERIALIZER',
'setter': 'SETTER',
'short' : 'SHORT',
'static' : 'STATIC',