Index: Source/bindings/tests/results/V8TestInterface2.h |
diff --git a/Source/bindings/tests/results/V8TestInterface2.h b/Source/bindings/tests/results/V8TestInterface2.h |
index 8b8f41ce725db2bfaa17fe0bd4227fa2bd3effd6..7747f476d1462f834305fdc3d70fe738020c6576 100644 |
--- a/Source/bindings/tests/results/V8TestInterface2.h |
+++ b/Source/bindings/tests/results/V8TestInterface2.h |
@@ -59,7 +59,8 @@ inline v8::Handle<v8::Value> toV8(TestInterface2* impl, v8::Handle<v8::Object> c |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterface2>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
- return wrap(impl, creationContext, isolate); |
+ |
+ return impl->wrap(creationContext, isolate); |
} |
template<typename CallbackInfo> |