| Index: Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestCustomAccessors.cpp b/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| index 9af2408d254911e1c91753a5d2acd885db7aa652..98b9d4fcd03ac95614681c2f66c0ce977fa544ae 100644
|
| --- a/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| +++ b/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| @@ -70,7 +70,6 @@ static void anotherFunctionMethod(const v8::FunctionCallbackInfo<v8::Value>& arg
|
| TestCustomAccessors* imp = V8TestCustomAccessors::toNative(args.Holder());
|
| V8TRYCATCH_FOR_V8STRINGRESOURCE_VOID(V8StringResource<>, str, args[0]);
|
| imp->anotherFunction(str);
|
| -
|
| return;
|
| }
|
|
|
|
|