| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| index 0ae1685fe78ba5f122c241fe488c227d612ce129..3e6dc9cecfb2040c0d0bfdbe777a4ee6cfec8b2b 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor4.cpp
|
| @@ -48,7 +48,7 @@ static void constructor2(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| ExceptionState exceptionState(ExceptionState::ConstructionContext, "TestInterfaceConstructor4", info.Holder(), info.GetIsolate());
|
| V8StringResource<> usvStringArg;
|
| {
|
| - usvStringArg = toUSVString(info[0], exceptionState);
|
| + usvStringArg = toUSVString(info.GetIsolate(), info[0], exceptionState);
|
| if (exceptionState.throwIfNeeded())
|
| return;
|
| }
|
|
|