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