Index: Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h |
index 638b0524871904b4a4d762fd43d8ca00fcfabe47..f77e9ed34b575fdfb731d132f0869297333a709b 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h |
@@ -72,7 +72,8 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceWillBeGarbageCollected* impl, v8: |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceWillBeGarbageCollected>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
- return wrap(impl, creationContext, isolate); |
+ |
+ return impl->wrap(creationContext, isolate); |
} |
template<typename CallbackInfo> |