Index: Source/bindings/tests/results/V8SVGTestInterface.h |
diff --git a/Source/bindings/tests/results/V8SVGTestInterface.h b/Source/bindings/tests/results/V8SVGTestInterface.h |
index 5468af5d95dcb784fac1be48a6a3c41dd9ac63d0..07005c15c6069c222b17b7b8d2be44ed236def10 100644 |
--- a/Source/bindings/tests/results/V8SVGTestInterface.h |
+++ b/Source/bindings/tests/results/V8SVGTestInterface.h |
@@ -45,12 +45,7 @@ private: |
static v8::Handle<v8::Object> createWrapper(PassRefPtr<SVGTestInterface>, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
}; |
-inline v8::Handle<v8::Object> wrap(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
-{ |
- ASSERT(impl); |
- ASSERT(!DOMDataStore::containsWrapper<V8SVGTestInterface>(impl, isolate)); |
- return V8SVGTestInterface::createWrapper(impl, creationContext, isolate); |
-} |
+v8::Handle<v8::Object> wrap(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate*); |
inline v8::Handle<v8::Value> toV8(SVGTestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |