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