| 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 7b9f71e108c7870c574b07fb9c333de9f84e4b61..e86e039055b13d1a916c0f237d0eb1351c48ca99 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.GetIsolate(), info[1], exceptionState); | 
| +        longArg = toInt32(info.GetIsolate(), info[1], NormalConversion, exceptionState); | 
| if (exceptionState.throwIfNeeded()) | 
| return; | 
| defaultUndefinedOptionalStringArg = info[2]; | 
|  |