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 870d8a2eb1b59fd4ff26e0275aec28ff73078aa9..a1937486ccc502326fa802198256c9470510895d 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.GetIsolate(), info[2], exceptionState); |
+ defaultUndefinedOptionalLongArg = toInt32(info.GetIsolate(), info[2], NormalConversion, exceptionState); |
if (exceptionState.throwIfNeeded()) |
return; |
defaultUndefinedOptionalStringArg = info[3]; |