Index: Source/bindings/tests/results/core/V8TestObject.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestObject.cpp b/Source/bindings/tests/results/core/V8TestObject.cpp |
index 9c28c961919c4939c76e0ec0b0ff2eaadeaa4238..338f5bbe4471c68bcd652e8f5e0966ae23997ed0 100644 |
--- a/Source/bindings/tests/results/core/V8TestObject.cpp |
+++ b/Source/bindings/tests/results/core/V8TestObject.cpp |
@@ -6772,7 +6772,7 @@ static void voidMethodXPathNSResolverArgMethod(const v8::FunctionCallbackInfo<v8 |
TestObject* impl = V8TestObject::toImpl(info.Holder()); |
RefPtrWillBeRawPtr<XPathNSResolver> xPathNSResolverArg; |
{ |
- xPathNSResolverArg = toXPathNSResolver(info[0], info.GetIsolate()); |
+ xPathNSResolverArg = toXPathNSResolver(info.GetIsolate(), info[0]); |
} |
impl->voidMethodXPathNSResolverArg(xPathNSResolverArg.release()); |
} |