| Index: Source/bindings/tests/results/V8TestInterfacePython2.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython2.h b/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| index fb550361277fbc9e82ebd6c2785254657c0e0929..2e3d15f81d61a9a67b12cd6bde7c49049b8d6d7a 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython2.h
|
| @@ -76,12 +76,7 @@ public:
|
| static const WrapperTypeInfo* wrapperTypeInfo() { return &V8TestInterfacePython2::wrapperTypeInfo; }
|
| };
|
|
|
| -inline v8::Handle<v8::Object> wrap(TestInterfacePython2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| -{
|
| - ASSERT(impl);
|
| - ASSERT(!DOMDataStore::containsWrapper<V8TestInterfacePython2>(impl, isolate));
|
| - return V8TestInterfacePython2::createWrapper(impl, creationContext, isolate);
|
| -}
|
| +v8::Handle<v8::Object> wrap(TestInterfacePython2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|
| inline v8::Handle<v8::Value> toV8(TestInterfacePython2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|