| Index: third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| index 71b7c9c18f340ee39e45c545439f3eaa9b93d899..cc5d2fe7fc5941865a1a84863f645ccf34bc59ac 100644
|
| --- a/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| +++ b/third_party/WebKit/Source/bindings/tests/results/modules/V8TestInterface2Partial.cpp
|
| @@ -36,7 +36,7 @@ static void voidMethodPartial1Method(const v8::FunctionCallbackInfo<v8::Value>&
|
| V8StringResource<> value;
|
| value = info[0];
|
| if (!value.prepare())
|
| - return;
|
| + return;
|
|
|
| TestInterface2Partial::voidMethodPartial1(*impl, value);
|
| }
|
| @@ -56,7 +56,7 @@ static void voidMethodPartial2Method(const v8::FunctionCallbackInfo<v8::Value>&
|
| V8StringResource<> value;
|
| value = info[0];
|
| if (!value.prepare())
|
| - return;
|
| + return;
|
|
|
| TestInterface2Partial2::voidMethodPartial2(*impl, value);
|
| }
|
|
|