| Index: Source/bindings/templates/attributes.cpp
|
| diff --git a/Source/bindings/templates/attributes.cpp b/Source/bindings/templates/attributes.cpp
|
| index 8fa9ec315935210da2bbee2f2e6338b2ba3ad101..04e41b4380b04e6655f7dece973c70d509427c9c 100644
|
| --- a/Source/bindings/templates/attributes.cpp
|
| +++ b/Source/bindings/templates/attributes.cpp
|
| @@ -95,7 +95,7 @@ const v8::PropertyCallbackInfo<v8::Value>& info
|
| }
|
| {% endif %}
|
| {% if attribute.cached_attribute_validation_method %}
|
| - V8HiddenValue::setHiddenValue(info.GetIsolate(), holder, propertyName, {{attribute.cpp_value}}.v8Value());
|
| + V8HiddenValue::setHiddenValue(info.GetIsolate(), holder, propertyName, {{attribute.cpp_value_to_v8_value}});
|
| {% endif %}
|
| {# v8SetReturnValue #}
|
| {% if attribute.is_keep_alive_for_gc %}
|
|
|