| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| index 9567b39369720ef3162213e12e06a006cf5ca56e..e4a7a5126e5cd0b8cc603af1a981f5c448738f06 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp
|
| @@ -94,7 +94,7 @@ static void V8TestInterfaceNamedConstructorConstructorCallback(const v8::Functio
|
|
|
| ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceNamedConstructor", info.Holder(), isolate);
|
| if (UNLIKELY(info.Length() < 1)) {
|
| - throwArityTypeError(exceptionState, 1, info.Length());
|
| + throwMinimumArityTypeError(exceptionState, 1, info.Length());
|
| return;
|
| }
|
| TOSTRING_VOID(V8StringResource<>, stringArg, info[0]);
|
|
|