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