| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| index b5dcafd0df1e56362b90fe92461733af089abc23..c18e5d1c229a78acc878023ef25c16ff5882cef7 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp
|
| @@ -68,7 +68,7 @@ static void V8TestInterfaceNamedConstructor2ConstructorCallback(const v8::Functi
|
| toV8(document, info.Holder(), isolate);
|
|
|
| if (UNLIKELY(info.Length() < 1)) {
|
| - throwArityTypeErrorForConstructor("TestInterfaceNamedConstructor2", 1, info.Length(), info.GetIsolate());
|
| + throwMinimumArityTypeErrorForConstructor("TestInterfaceNamedConstructor2", 1, info.Length(), info.GetIsolate());
|
| return;
|
| }
|
| TOSTRING_VOID(V8StringResource<>, stringArg, info[0]);
|
|
|