Index: Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
diff --git a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
index 315e7378bc745aff7ecb9b098b08ebde23b5a8ed..3e72ca23e39f3bceea2cef74a99e29a1d9b1af75 100644 |
--- a/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
+++ b/Source/bindings/tests/results/core/V8TestInterfaceNamedConstructor2.cpp |
@@ -55,7 +55,7 @@ static void V8TestInterfaceNamedConstructor2ConstructorCallback(const v8::Functi |
} |
RefPtr<TestInterfaceNamedConstructor2> impl = TestInterfaceNamedConstructor2::createForJSConstructor(stringArg); |
v8::Handle<v8::Object> wrapper = info.Holder(); |
- impl->associateWithWrapper(&V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo, wrapper, info.GetIsolate()); |
+ impl->associateWithWrapper(info.GetIsolate(), &V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo, wrapper); |
v8SetReturnValue(info, wrapper); |
} |