Index: Source/bindings/scripts/v8_attributes.py |
diff --git a/Source/bindings/scripts/v8_attributes.py b/Source/bindings/scripts/v8_attributes.py |
index 7c5db7f38e338cdf9ad5eab5c86a7394936122d6..d774313bb9b63cba2bad1eb57e6a1a131521ec4e 100644 |
--- a/Source/bindings/scripts/v8_attributes.py |
+++ b/Source/bindings/scripts/v8_attributes.py |
@@ -109,7 +109,8 @@ def generate_attribute(interface, attribute): |
'has_setter_exception_state': |
is_setter_raises_exception or has_type_checking_interface or |
has_type_checking_nullable or has_type_checking_unrestricted or |
- idl_type.is_integer_type or idl_type.name == 'ByteString', |
+ idl_type.is_integer_type or |
+ idl_type.name in ('ByteString', 'ScalarValueString'), |
'has_type_checking_interface': has_type_checking_interface, |
'has_type_checking_nullable': has_type_checking_nullable, |
'has_type_checking_unrestricted': has_type_checking_unrestricted, |