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