| Index: Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp b/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp
|
| index 5808c180da4e0060366c943cf06920a654e75453..8c4b88f86dbdcf6eb31f806c1adc5e0aa84e58ca 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp
|
| @@ -153,6 +153,7 @@ void V8TestInterfaceCustomConstructor::derefObject(void* object)
|
| {
|
| fromInternalPointer(object)->deref();
|
| }
|
| +
|
| template<>
|
| v8::Handle<v8::Value> toV8NoInline(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|