Index: Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
diff --git a/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
index 0cb2f68048e334a706a0759c6e5d8cb9eb1e58a8..b6981294a892b5b4c32ad2f244c88cf94db508d0 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
+++ b/Source/bindings/tests/results/V8TestInterfaceConstructor.cpp |
@@ -215,6 +215,13 @@ TestInterfaceConstructor* V8TestInterfaceConstructor::toNativeWithTypeCheck(v8:: |
return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; |
} |
+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> V8TestInterfaceConstructor::createWrapper(PassRefPtr<TestInterfaceConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
{ |
ASSERT(impl); |