| Index: Source/bindings/templates/methods.cpp
|
| diff --git a/Source/bindings/templates/methods.cpp b/Source/bindings/templates/methods.cpp
|
| index 8b35298fc8fb6ab639accae638343e0ccdf6a593..6f92065e6df0818fc7e6d45c7722058cb60e912a 100644
|
| --- a/Source/bindings/templates/methods.cpp
|
| +++ b/Source/bindings/templates/methods.cpp
|
| @@ -5,7 +5,6 @@ static void {{method.name}}Method(const v8::FunctionCallbackInfo<v8::Value>& arg
|
| {{cpp_class_name}}* imp = {{v8_class_name}}::toNative(args.Holder());
|
| {% if method.idl_type == 'void' %}
|
| {{method.cpp_value}};
|
| -
|
| {% else %}
|
| {{method.v8_set_return_value}};
|
| {% endif %}
|
|
|