Index: Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h b/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h |
index e03fbbdf782ee3c2806edf65f8ff61c7a5957bb0..5ae5fdc6ea8a5f491219d15e7b82e2045556f65d 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h |
@@ -59,7 +59,8 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceCustomConstructor* impl, v8::Hand |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceCustomConstructor>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
- return wrap(impl, creationContext, isolate); |
+ |
+ return impl->wrap(creationContext, isolate); |
} |
template<typename CallbackInfo> |