| Index: Source/bindings/tests/results/V8TestEvent.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestEvent.cpp b/Source/bindings/tests/results/V8TestEvent.cpp
|
| index 6f5ede6762fc303812cf7c6639ebcfc1933e4114..4fcb2c3bd86e10b04c3488ffeb4539a3ff743662 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
|
|
|