| Index: Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor.h b/Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| index 284f1813cdca239940c2fda472416644ef679b4f..2924a9076f0ba40be573ccc79b4a7bc5c29e108c 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceConstructor.h
|
| @@ -46,12 +46,7 @@ private:
|
| static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestInterfaceConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
| };
|
|
|
| -inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| -{
|
| - ASSERT(impl);
|
| - ASSERT(!DOMDataStore::containsWrapper<V8TestInterfaceConstructor>(impl, isolate));
|
| - return V8TestInterfaceConstructor::createWrapper(impl, creationContext, isolate);
|
| -}
|
| +v8::Handle<v8::Object> wrap(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*);
|
|
|
| inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|