| Index: Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| index bfe2230fadab2d8f43956cb2f594d354b3111b63..d67730647f185d6c5ccf06fca18c9fc442023923 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp
|
| @@ -47,7 +47,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| {
|
| v8::Isolate* isolate = info.GetIsolate();
|
| if (UNLIKELY(info.Length() < 1)) {
|
| - throwArityTypeErrorForConstructor("TestInterfaceConstructor3", 1, info.Length(), info.GetIsolate());
|
| + throwMinimumArityTypeErrorForConstructor("TestInterfaceConstructor3", 1, info.Length(), info.GetIsolate());
|
| return;
|
| }
|
| TOSTRING_VOID(V8StringResource<>, stringArg, info[0]);
|
|
|