| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| index fbc68d546ffcd1397c746d34a372ffeeda2605dd..be2c2559b05bcd4315f02eb9415c9c40a1b038b4 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor.cpp
|
| @@ -61,7 +61,7 @@ static void constructor2(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| Dictionary optionalDictionaryArg;
|
| TestInterfaceEmpty* optionalTestInterfaceEmptyArg;
|
| {
|
| - doubleArg = toDouble(info[0], exceptionState);
|
| + doubleArg = toRestrictedDouble(info[0], exceptionState);
|
| if (exceptionState.throwIfNeeded())
|
| return;
|
| stringArg = info[1];
|
|
|