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