| Index: third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| index 6b878d0ee928ab3784811e7c8aee92ffb88bc5f4..f688904f561da341d9e4efb65364da240b5b9577 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| @@ -43,8 +43,9 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| V8StringResource<> stringArg;
|
| {
|
| stringArg = info[0];
|
| - if (!stringArg.prepare())
|
| + if (!stringArg.prepare()) {
|
| return;
|
| + }
|
| }
|
| TestInterfaceConstructor3* impl = TestInterfaceConstructor3::create(stringArg);
|
| v8::Local<v8::Object> wrapper = info.Holder();
|
|
|