Index: Source/bindings/tests/results/V8TestInterface3.h |
diff --git a/Source/bindings/tests/results/V8TestInterface3.h b/Source/bindings/tests/results/V8TestInterface3.h |
index 310fd83f1e2dbb57ded6c905a12a0563a9c615d9..2b166d5cf5213edbbf464958e78234672cb1c3bd 100644 |
--- a/Source/bindings/tests/results/V8TestInterface3.h |
+++ b/Source/bindings/tests/results/V8TestInterface3.h |
@@ -66,7 +66,8 @@ inline v8::Handle<v8::Value> toV8(TestInterface3* impl, v8::Handle<v8::Object> c |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterface3>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
- return wrap(impl, creationContext, isolate); |
+ |
+ return impl->wrap(creationContext, isolate); |
} |
template<typename CallbackInfo> |