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