| Index: Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestCustomAccessors.cpp b/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| index c3d2387bebe0e90a42590590fc2064b9e95b26fa..1cb0fa8c23b1228612e19c5d73f0a31353a91fb1 100644
|
| --- a/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| +++ b/Source/bindings/tests/results/V8TestCustomAccessors.cpp
|
| @@ -62,7 +62,6 @@ static v8::Handle<v8::Value> anotherFunctionMethod(const v8::Arguments& args)
|
| if (args.Length() < 1)
|
| return throwNotEnoughArgumentsError(args.GetIsolate());
|
| TestCustomAccessors* imp = V8TestCustomAccessors::toNative(args.Holder());
|
| - ExceptionCode ec = 0;
|
| V8TRYCATCH_FOR_V8STRINGRESOURCE(V8StringResource<>, str, args[0]);
|
| imp->anotherFunction(str);
|
| return v8Undefined();
|
|
|