| Index: Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestNamedConstructor.cpp b/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| index 9d06f25aa6a41e18e45e2e576a55c31ad54e5c2a..393b4dc6a1b38cbac0980e1719926c5dadeaa7eb 100644
|
| --- a/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestNamedConstructor.cpp
|
| @@ -216,4 +216,10 @@ void V8TestNamedConstructor::derefObject(void* object)
|
| fromInternalPointer(object)->deref();
|
| }
|
|
|
| +template<>
|
| +v8::Handle<v8::Value> toV8NoInline(TestNamedConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| +{
|
| + return toV8(impl, creationContext, isolate);
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|