Index: Source/bindings/tests/results/V8TestTypedefs.h |
diff --git a/Source/bindings/tests/results/V8TestTypedefs.h b/Source/bindings/tests/results/V8TestTypedefs.h |
index 9f6804ef1164821273e50b27747fe3b89608a3fd..2acd5e05ff15eff9b836d83d82a43ca4edbae0d0 100644 |
--- a/Source/bindings/tests/results/V8TestTypedefs.h |
+++ b/Source/bindings/tests/results/V8TestTypedefs.h |
@@ -45,11 +45,12 @@ public: |
static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { } |
private: |
- friend v8::Handle<v8::Object> wrap(TestTypedefs*, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
- static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestTypedefs>, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
}; |
-v8::Handle<v8::Object> wrap(TestTypedefs* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
+inline v8::Handle<v8::Object> wrap(TestTypedefs* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+{ |
+ return impl->wrap(creationContext, isolate); |
+} |
inline v8::Handle<v8::Value> toV8(TestTypedefs* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |