Index: Source/bindings/tests/results/core/V8TestDictionary.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestDictionary.cpp b/Source/bindings/tests/results/core/V8TestDictionary.cpp |
index 18ee411c977819d3833346ca821ac9a2e7482cc6..9262411b22b29c2f738e77912c9daa1e239b14ad 100644 |
--- a/Source/bindings/tests/results/core/V8TestDictionary.cpp |
+++ b/Source/bindings/tests/results/core/V8TestDictionary.cpp |
@@ -80,7 +80,7 @@ void V8TestDictionary::toImpl(v8::Isolate* isolate, v8::Local<v8::Value> v8Value |
} else if (doubleOrNullMemberValue->IsNull()) { |
impl.setDoubleOrNullMemberToNull(); |
} else { |
- double doubleOrNullMember = toDouble(doubleOrNullMemberValue, exceptionState); |
+ double doubleOrNullMember = toRestrictedDouble(doubleOrNullMemberValue, exceptionState); |
if (exceptionState.hadException()) |
return; |
impl.setDoubleOrNullMember(doubleOrNullMember); |