Index: Source/bindings/scripts/v8_dictionary.py |
diff --git a/Source/bindings/scripts/v8_dictionary.py b/Source/bindings/scripts/v8_dictionary.py |
index 0e47fc8a206b8d88c6652b8c6ef0f69dc084fa15..36129b552e2688af954c900efa4b5596a7391b66 100644 |
--- a/Source/bindings/scripts/v8_dictionary.py |
+++ b/Source/bindings/scripts/v8_dictionary.py |
@@ -197,6 +197,7 @@ def member_impl_context(member, interfaces_info, header_includes): |
'getter_expression': getter_expression(), |
'has_method_expression': has_method_expression(), |
'has_method_name': has_method_name_for_dictionary_member(member), |
+ 'is_nullable': idl_type.is_nullable, |
'is_traceable': idl_type.is_traceable, |
'member_cpp_type': member_cpp_type(), |
'null_setter_name': null_setter_name_for_dictionary_member(member), |