| Index: Source/bindings/tests/results/V8SupportTestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8SupportTestInterface.cpp b/Source/bindings/tests/results/V8SupportTestInterface.cpp
|
| index e4705a6c79850125cea45436dccbaf857ba39539..1eb945b3fd44c7c7e152b318bd98568460974fd8 100644
|
| --- a/Source/bindings/tests/results/V8SupportTestInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8SupportTestInterface.cpp
|
| @@ -296,7 +296,6 @@ static void supplementalMethod1Method(const v8::FunctionCallbackInfo<v8::Value>&
|
| {
|
| SupportTestInterface* imp = V8SupportTestInterface::toNative(args.Holder());
|
| SupportTestPartialInterface::supplementalMethod1(imp);
|
| -
|
| return;
|
| }
|
|
|
| @@ -362,7 +361,6 @@ static void supplementalMethod3MethodCallback(const v8::FunctionCallbackInfo<v8:
|
| static void supplementalMethod4Method(const v8::FunctionCallbackInfo<v8::Value>& args)
|
| {
|
| SupportTestPartialInterface::supplementalMethod4();
|
| -
|
| return;
|
| }
|
|
|
|
|