| Index: Source/bindings/scripts/idl_types.py
|
| diff --git a/Source/bindings/scripts/idl_types.py b/Source/bindings/scripts/idl_types.py
|
| index 1b22eb6772ce83ce789a28946923bffb917392f7..4bb2a49bcfeb6da516a9c6a7739665c9c210a826 100644
|
| --- a/Source/bindings/scripts/idl_types.py
|
| +++ b/Source/bindings/scripts/idl_types.py
|
| @@ -199,6 +199,7 @@ class IdlType(IdlTypeBase):
|
| @property
|
| def may_raise_exception_on_conversion(self):
|
| return (self.is_integer_type or
|
| + self.is_dictionary or
|
| self.name in ('ByteString', 'ScalarValueString'))
|
|
|
| @property
|
|
|