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