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