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