Index: Source/bindings/scripts/v8_dictionary.py |
diff --git a/Source/bindings/scripts/v8_dictionary.py b/Source/bindings/scripts/v8_dictionary.py |
index d9b5709e21394412e0505e074eb839f619eba444..4515428e12f7ed6f20c24fb06b0f9d07d40caeea 100644 |
--- a/Source/bindings/scripts/v8_dictionary.py |
+++ b/Source/bindings/scripts/v8_dictionary.py |
@@ -79,7 +79,7 @@ def member_context(member): |
'cpp_name': cpp_name, |
'cpp_type': idl_type.cpp_type, |
'cpp_value_to_v8_value': idl_type.cpp_value_to_v8_value( |
- cpp_value='impl->%s()' % cpp_name, isolate='isolate', |
+ cpp_value='impl.%s()' % cpp_name, isolate='isolate', |
creation_context='creationContext', |
extended_attributes=member.extended_attributes), |
'enum_validation_expression': idl_type.enum_validation_expression, |