| Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| index 42fe7438c3e0185d3d37f945ec86ecf06b286a6b..93dfa821b510072ba787703feae9e53f3ef261c7 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h
|
| @@ -63,7 +63,8 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceNamedConstructor2* impl, v8::Hand
|
| v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNamedConstructor2>(impl, isolate);
|
| if (!wrapper.IsEmpty())
|
| return wrapper;
|
| - return wrap(impl, creationContext, isolate);
|
| +
|
| + return impl->wrap(creationContext, isolate);
|
| }
|
|
|
| template<typename CallbackInfo>
|
|
|