Index: Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
index 5ff00aaf1d8971cd37f15af4817989499a20238d..dbb359bb81178394bca808993dc07f079e6abafd 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h |
@@ -57,7 +57,8 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceCheckSecurity* impl, v8::Handle<v |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceCheckSecurity>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
- return wrap(impl, creationContext, isolate); |
+ |
+ return impl->wrap(creationContext, isolate); |
} |
template<typename CallbackInfo> |