Index: Source/bindings/templates/attributes.cpp |
diff --git a/Source/bindings/templates/attributes.cpp b/Source/bindings/templates/attributes.cpp |
index f7bc807acd6fcd53e79afed39c967926936fb1f9..cc670fa0994c5b2cd5cc3158da2d2ca121084ffc 100644 |
--- a/Source/bindings/templates/attributes.cpp |
+++ b/Source/bindings/templates/attributes.cpp |
@@ -217,9 +217,6 @@ v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info |
{% if attribute.has_setter_exception_state %} |
ExceptionState exceptionState(ExceptionState::SetterContext, "{{attribute.name}}", "{{interface_name}}", holder, info.GetIsolate()); |
{% endif %} |
- {% if attribute.use_output_parameter_for_result %} |
- {{attribute.cpp_type}} cppValue; |
- {% endif %} |
{# impl #} |
{% if attribute.put_forwards %} |
{{cpp_class}}* proxyImpl = {{v8_class}}::toImpl(holder); |