| 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 6c0c9536e245edfc4dac0adcc239d3fd53249639..fb7444079e8f3da2d56a677bb82d9347007d5173 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| @@ -58,7 +58,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
| V8StringResource<> stringArg;
|
| stringArg = info[0];
|
| if (!stringArg.prepare())
|
| - return;
|
| + return;
|
|
|
| TestInterfaceConstructor3* impl = TestInterfaceConstructor3::create(stringArg);
|
| v8::Local<v8::Object> wrapper = info.Holder();
|
|
|