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