Index: Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
index c8711d864d7517b55f5d19007e4ab96815ef3f3c..3cb6eb0e41265b8604e947b5df3a68eab1f28d47 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h |
@@ -64,7 +64,8 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceNamedConstructor* impl, v8::Handl |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNamedConstructor>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
- return wrap(impl, creationContext, isolate); |
+ |
+ return impl->wrap(creationContext, isolate); |
} |
template<typename CallbackInfo> |