Index: Source/bindings/scripts/v8_interface.py |
diff --git a/Source/bindings/scripts/v8_interface.py b/Source/bindings/scripts/v8_interface.py |
index a18866e335516c2cd61474d1f56c89a71466c3d9..61109d55e73fde38efae9f950e0ee37707119ad7 100644 |
--- a/Source/bindings/scripts/v8_interface.py |
+++ b/Source/bindings/scripts/v8_interface.py |
@@ -1299,10 +1299,6 @@ def property_deleter(deleter): |
return None |
idl_type = deleter.idl_type |
- if str(idl_type) != 'boolean': |
- raise Exception( |
- 'Only deleters with boolean type are allowed, but type is "%s"' % |
- idl_type) |
extended_attributes = deleter.extended_attributes |
return { |
'is_custom': 'Custom' in extended_attributes, |