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