| Index: Source/bindings/templates/attributes.cpp
|
| diff --git a/Source/bindings/templates/attributes.cpp b/Source/bindings/templates/attributes.cpp
|
| index 3f715579aac0f514d6023fa2b6d6980e4906b916..19a9f4da7cfc76df496ae260e3d04f4839107016 100644
|
| --- a/Source/bindings/templates/attributes.cpp
|
| +++ b/Source/bindings/templates/attributes.cpp
|
| @@ -50,7 +50,7 @@ const v8::PropertyCallbackInfo<v8::Value>& info
|
| bool isNull = false;
|
| {% endif %}
|
| {% if attribute.is_implemented_in_private_script %}
|
| - {{attribute.cpp_type}} result;
|
| + {{attribute.cpp_type}} result{{attribute.cpp_type_initializer}};
|
| if (!{{attribute.cpp_value_original}})
|
| return;
|
| {% elif attribute.cpp_value_original %}
|
|
|