| Index: Source/bindings/tests/results/V8TestObject.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestObject.cpp b/Source/bindings/tests/results/V8TestObject.cpp
|
| index 52cb94c6e3c347f0366724eb6836844babfd6d3f..05a0a51b40d27062edf8884c0ae21f8ec8c3e16c 100644
|
| --- a/Source/bindings/tests/results/V8TestObject.cpp
|
| +++ b/Source/bindings/tests/results/V8TestObject.cpp
|
| @@ -5601,6 +5601,7 @@ void V8TestObject::derefObject(void* object)
|
| {
|
| fromInternalPointer(object)->deref();
|
| }
|
| +
|
| template<>
|
| v8::Handle<v8::Value> toV8NoInline(TestObj* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|