| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| index da64d75909425e65fdac57a8c79e3e857a52a317..7b9f71e108c7870c574b07fb9c333de9f84e4b61 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor2.cpp
|
| @@ -92,7 +92,7 @@ static void constructor4(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| V8StringResource<> optionalStringArg;
|
| {
|
| testInterfaceEmptyArg = V8TestInterfaceEmpty::toImplWithTypeCheck(info.GetIsolate(), info[0]);
|
| - longArg = toInt32(info[1], exceptionState);
|
| + longArg = toInt32(info.GetIsolate(), info[1], exceptionState);
|
| if (exceptionState.throwIfNeeded())
|
| return;
|
| defaultUndefinedOptionalStringArg = info[2];
|
|
|