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