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