| 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..d7c8b57d447b136d2bf3a64483b76f28bf65f675 100644
|
| --- a/Source/bindings/scripts/idl_types.py
|
| +++ b/Source/bindings/scripts/idl_types.py
|
| @@ -197,11 +197,6 @@ class IdlType(IdlTypeBase):
|
| return self.name in STRING_TYPES
|
|
|
| @property
|
| - def may_raise_exception_on_conversion(self):
|
| - return (self.is_integer_type or
|
| - self.name in ('ByteString', 'ScalarValueString'))
|
| -
|
| - @property
|
| def is_union_type(self):
|
| return isinstance(self, IdlUnionType)
|
|
|
|
|