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