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