Index: Source/bindings/tests/results/V8TestNode.h |
diff --git a/Source/bindings/tests/results/V8TestNode.h b/Source/bindings/tests/results/V8TestNode.h |
index ac125f7178d9741ea76f9925b66104233ee669ad..4898c8dcd84877a9ae237f956c8159b5b5a46d05 100644 |
--- a/Source/bindings/tests/results/V8TestNode.h |
+++ b/Source/bindings/tests/results/V8TestNode.h |
@@ -65,7 +65,8 @@ inline v8::Handle<v8::Value> toV8(TestNode* impl, v8::Handle<v8::Object> creatio |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestNode>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
- return wrap(impl, creationContext, isolate); |
+ |
+ return impl->wrap(creationContext, isolate); |
} |
template<typename CallbackInfo> |