| Index: Source/bindings/tests/results/core/V8TestObject.cpp | 
| diff --git a/Source/bindings/tests/results/core/V8TestObject.cpp b/Source/bindings/tests/results/core/V8TestObject.cpp | 
| index 9c28c961919c4939c76e0ec0b0ff2eaadeaa4238..e399aa6a974559f3ffbf2d6ca5ea207e8bae06e9 100644 | 
| --- a/Source/bindings/tests/results/core/V8TestObject.cpp | 
| +++ b/Source/bindings/tests/results/core/V8TestObject.cpp | 
| @@ -6628,7 +6628,7 @@ static void promiseMethodWithoutExceptionStateMethod(const v8::FunctionCallbackI | 
| Dictionary arg1; | 
| { | 
| if (!isUndefinedOrNull(info[0]) && !info[0]->IsObject()) { | 
| -            v8SetReturnValue(info, ScriptPromise::rejectRaw(info.GetIsolate(), V8ThrowException::createTypeError(ExceptionMessages::failedToExecute("promiseMethodWithoutExceptionState", "TestObject", "parameter 1 ('arg1') is not an object."), info.GetIsolate()))); | 
| +            v8SetReturnValue(info, ScriptPromise::rejectRaw(info.GetIsolate(), V8ThrowException::createTypeError(info.GetIsolate(), ExceptionMessages::failedToExecute("promiseMethodWithoutExceptionState", "TestObject", "parameter 1 ('arg1') is not an object.")))); | 
| return; | 
| } | 
| arg1 = Dictionary(info[0], info.GetIsolate()); | 
|  |