Index: Source/bindings/scripts/idl_types.py |
diff --git a/Source/bindings/scripts/idl_types.py b/Source/bindings/scripts/idl_types.py |
index 5d6c1ced8fb45d335567bd6134a37bc8fec09d06..51038309913662e01a75c33773052a5daf3258fe 100644 |
--- a/Source/bindings/scripts/idl_types.py |
+++ b/Source/bindings/scripts/idl_types.py |
@@ -40,6 +40,7 @@ BASIC_TYPES = (PRIMITIVE_TYPES | frozenset([ |
# Built-in, non-composite, non-object data types |
# http://www.w3.org/TR/WebIDL/#idl-types |
Nils Barth (inactive)
2014/06/02 03:20:16
Could you update this link to the ED?
(Otherwise w
jsbell
2014/06/03 23:22:36
Done.
|
'DOMString', |
+ 'ByteString', |
'Date', |
# http://www.w3.org/TR/WebIDL/#es-type-mapping |
'void', |