| Index: Source/bindings/tests/results/V8TestInterface.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterface.cpp b/Source/bindings/tests/results/V8TestInterface.cpp
|
| index 3d4fe41e1845757095d01dbdd50a5bfbb137be23..c198ae22e7193a8e88223481c8a3bd252c7aa597 100644
|
| --- a/Source/bindings/tests/results/V8TestInterface.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterface.cpp
|
| @@ -878,6 +878,7 @@ void V8TestInterface::derefObject(void* object)
|
| {
|
| fromInternalPointer(object)->deref();
|
| }
|
| +
|
| template<>
|
| v8::Handle<v8::Value> toV8NoInline(TestInterface* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|