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