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