| Index: Source/bindings/tests/results/V8TestException.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp
|
| index 4a077003c2a26170f782de7ee1586c719fc67ea6..6bc2c59de0fe45d2ec6e4ef4d365155548faf9e5 100644
|
| --- a/Source/bindings/tests/results/V8TestException.cpp
|
| +++ b/Source/bindings/tests/results/V8TestException.cpp
|
| @@ -63,7 +63,6 @@ static void nameAttributeGetter(v8::Local<v8::String> name, const v8::PropertyCa
|
| {
|
| TestException* imp = V8TestException::toNative(info.Holder());
|
| v8SetReturnValueString(info, imp->name(), info.GetIsolate());
|
| - return;
|
| }
|
|
|
| static void nameAttributeGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
|
|
|