Index: Source/bindings/tests/results/core/V8TestInterface3.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterface3.cpp b/Source/bindings/tests/results/core/V8TestInterface3.cpp |
index 3af22e148aea65cf7b438a6c892e43c2ae36c8be..557063129c2f6911e7e4dc86abbf98ef38ed0a5d 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterface3.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterface3.cpp |
@@ -94,7 +94,7 @@ static void voidMethodDocumentMethod(const v8::FunctionCallbackInfo<v8::Value>& |
exceptionState.throwIfNeeded(); |
return; |
} |
- d = toRestrictedDouble(info[1], exceptionState); |
+ d = toRestrictedDouble(info.GetIsolate(), info[1], exceptionState); |
if (exceptionState.throwIfNeeded()) |
return; |
} |