| Index: Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| diff --git a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| index a2eaecbb6ab2bd5268fa589351e0ba2ebf4d39c9..923fe31eae55fe8367e22f12e4b6edda5d17ba80 100644
|
| --- a/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| +++ b/Source/bindings/tests/results/core/V8TestInterfaceConstructor3.cpp
|
| @@ -42,7 +42,7 @@ static void constructor(const v8::FunctionCallbackInfo<v8::Value>& info)
|
| }
|
| RefPtr<TestInterfaceConstructor3> impl = TestInterfaceConstructor3::create(stringArg);
|
| v8::Handle<v8::Object> wrapper = info.Holder();
|
| - impl->associateWithWrapper(&V8TestInterfaceConstructor3::wrapperTypeInfo, wrapper, info.GetIsolate());
|
| + impl->associateWithWrapper(info.GetIsolate(), &V8TestInterfaceConstructor3::wrapperTypeInfo, wrapper);
|
| v8SetReturnValue(info, wrapper);
|
| }
|
|
|
|
|