| Index: Source/bindings/tests/results/V8TestObjectPython.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObjectPython.cpp b/Source/bindings/tests/results/V8TestObjectPython.cpp
|
| index 3089e11e1b57750947262a6bdedbb6343b86338c..3147a76b9350f296caad19482f3211da6935b7b4 100644
|
| --- a/Source/bindings/tests/results/V8TestObjectPython.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObjectPython.cpp
|
| @@ -3237,7 +3237,6 @@ static void voidMethodMethod(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| {
|
| TestObjectPython* imp = V8TestObjectPython::toNative(args.Holder());
|
| imp->voidMethod();
|
| -
|
| return;
|
| }
|
|
|
|
|