| Index: Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| index c87fab97476badb0dd208c686ac04c7a036141f7..99d0c8ea866468fb26bcdc5ea72076197bc709e7 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor2.h
|
| @@ -58,7 +58,8 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor2* impl, v8::Handle<v8
|
| v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor2>(impl, isolate);
|
| if (!wrapper.IsEmpty())
|
| return wrapper;
|
| - return wrap(impl, creationContext, isolate);
|
| +
|
| + return impl->wrap(creationContext, isolate);
|
| }
|
|
|
| template<typename CallbackInfo>
|
|
|