Index: Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.h |
diff --git a/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.h b/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.h |
index c59c5132ed9f684cb95c56643a08295d4d066417..b7b74138c031eb8faee76143f821756e9f5833c8 100644 |
--- a/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.h |
+++ b/Source/bindings/tests/results/V8TestInterfaceNotScriptWrappable.h |
@@ -57,6 +57,7 @@ inline v8::Handle<v8::Value> toV8(TestInterfaceNotScriptWrappable* impl, v8::Han |
v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNotScriptWrappable>(impl, isolate); |
if (!wrapper.IsEmpty()) |
return wrapper; |
+ |
return wrap(impl, creationContext, isolate); |
} |