| Index: Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestTypedefs.cpp b/Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| index d22b687b06bdcdcda003b4cd51f1b0101870864b..bf6c8393a251e50a01d0548f2222b722171c95c8 100644
|
| --- a/Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestTypedefs.cpp
|
| @@ -124,7 +124,7 @@ static void voidMethodFloatArgStringArgMethod(const v8::FunctionCallbackInfo<v8:
|
| float floatArg;
|
| V8StringResource<> stringArg;
|
| {
|
| - floatArg = toFloat(info[0], exceptionState);
|
| + floatArg = toRestrictedFloat(info[0], exceptionState);
|
| if (exceptionState.throwIfNeeded())
|
| return;
|
| stringArg = info[1];
|
|
|