Index: Source/bindings/tests/results/V8TestDoNotCheckConstantsInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestDoNotCheckConstantsInterface.cpp b/Source/bindings/tests/results/V8TestDoNotCheckConstantsInterface.cpp |
index b2e118a768e92bc70d9980eb229502103e1d38c9..1112719f1bd625d3f3bc79313bd70d22361131b4 100644 |
--- a/Source/bindings/tests/results/V8TestDoNotCheckConstantsInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestDoNotCheckConstantsInterface.cpp |
@@ -151,4 +151,10 @@ void V8TestDoNotCheckConstantsInterface::derefObject(void* object) |
fromInternalPointer(object)->deref(); |
} |
+template<> |
+v8::Handle<v8::Value> toV8NoInline(TestDoNotCheckConstantsInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+{ |
+ return toV8(impl, creationContext, isolate); |
+} |
+ |
} // namespace WebCore |