| Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| index e38036830e1aa6593c7668e46aee1a10ae84f181..b7d49e109c9d6405b84a029f2ec64acdcc9b5ef2 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor.cpp
|
| @@ -86,7 +86,7 @@ static void V8TestInterfaceNamedConstructorConstructorCallback(const v8::Functio
|
| if (!stringArg.prepare())
|
| return;
|
| defaultUndefinedOptionalBooleanArg = info[1]->BooleanValue();
|
| - defaultUndefinedOptionalLongArg = toInt32(info[2], exceptionState);
|
| + defaultUndefinedOptionalLongArg = toInt32(info.GetIsolate(), info[2], exceptionState);
|
| if (exceptionState.throwIfNeeded())
|
| return;
|
| defaultUndefinedOptionalStringArg = info[3];
|
|
|