| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
 | 
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
 | 
| index 720285f8a15c19285421b5ba9d7bb33cf1853af4..ed93242114aa85ae809feb4c01faee94f053e07b 100644
 | 
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
 | 
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
 | 
| @@ -71,7 +71,7 @@ static void constructor2(const v8::FunctionCallbackInfo<v8::Value>& info) {
 | 
|    V8StringResource<> usvStringArg;
 | 
|    usvStringArg = toUSVString(info.GetIsolate(), info[0], exceptionState);
 | 
|    if (exceptionState.hadException())
 | 
| -      return;
 | 
| +    return;
 | 
|  
 | 
|    TestInterfaceConstructor4* impl = TestInterfaceConstructor4::create(usvStringArg);
 | 
|    v8::Local<v8::Object> wrapper = info.Holder();
 | 
| 
 |