| Index: Source/bindings/tests/results/V8TestInterfaceNode.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceNode.h b/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| index 95317e7b1d27101a593d403fd1f93712f88ef31c..0f0d4d80ea8063d1b951968a5f29ef7c4cb29606 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceNode.h
|
| @@ -51,11 +51,12 @@ public:
|
| static void installConditionallyEnabledMethods(v8::Handle<v8::Object>, v8::Isolate*) { }
|
|
|
| private:
|
| - friend v8::Handle<v8::Object> wrap(TestInterfaceNode*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| - static v8::Handle<v8::Object> createWrapper(PassRefPtrWillBeRawPtr<TestInterfaceNode>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| };
|
|
|
| -v8::Handle<v8::Object> wrap(TestInterfaceNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| +inline v8::Handle<v8::Object> wrap(TestInterfaceNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| +{
|
| + return impl->wrap(creationContext, isolate);
|
| +}
|
|
|
| inline v8::Handle<v8::Value> toV8(TestInterfaceNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|