Index: Source/bindings/tests/results/V8TestEvent.cpp |
diff --git a/Source/bindings/tests/results/V8TestEvent.cpp b/Source/bindings/tests/results/V8TestEvent.cpp |
index 489de07f18d8cb8657c068086a2905cb27a00f7e..27f705378ebaa50494f0e422f17987c474f28f4a 100644 |
--- a/Source/bindings/tests/results/V8TestEvent.cpp |
+++ b/Source/bindings/tests/results/V8TestEvent.cpp |
@@ -147,4 +147,10 @@ void V8TestEvent::derefObject(void* object) |
fromInternalPointer(object)->deref(); |
} |
+template<> |
+v8::Handle<v8::Value> toV8NoInline(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) |
+{ |
+ return toV8(impl, creationContext, isolate); |
+} |
+ |
} // namespace WebCore |