Index: Source/bindings/scripts/v8_union.py |
diff --git a/Source/bindings/scripts/v8_union.py b/Source/bindings/scripts/v8_union.py |
index 45277fa0c133f394a0cf597bc3f65a78c89f7087..d4168ffe3c211cf67042db9307e5e2ac2adce40a 100644 |
--- a/Source/bindings/scripts/v8_union.py |
+++ b/Source/bindings/scripts/v8_union.py |
@@ -109,6 +109,7 @@ def container_context(union_type, interfaces_info): |
'boolean_type': boolean_type, |
'cpp_class': union_type.cpp_type, |
'dictionary_type': dictionary_type, |
+ 'idl_type': str(union_type), |
haraken
2014/11/14 00:44:30
idl_type => type_string ?
(The IDL compiler uses
bashi
2014/11/14 00:51:38
Done. (I used "idl_type" because v8_attribute.py u
|
'includes_nullable_type': union_type.includes_nullable_type, |
'interface_types': interface_types, |
'members': members, |