Index: Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
diff --git a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
index 12b5b6a7e1469d4924f16e3b947110400d1a35f9..f43b70c46e783e2c0854ee1b6e8b96743f47f838 100644 |
--- a/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
+++ b/Source/bindings/tests/results/V8TestSerializedScriptValueInterface.cpp |
@@ -324,5 +324,11 @@ void V8TestSerializedScriptValueInterface::derefObject(void* object) |
fromInternalPointer(object)->deref(); |
} |
+template<> |
+v8::Handle<v8::Value> toV8NoInline(TestSerializedScriptValueInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+{ |
+ return toV8(impl, creationContext, isolate); |
+} |
+ |
} // namespace WebCore |
#endif // ENABLE(Condition1) || ENABLE(Condition2) |