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