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