| Index: Source/bindings/tests/results/V8TestInterfacePython.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestInterfacePython.cpp b/Source/bindings/tests/results/V8TestInterfacePython.cpp
|
| index 6a60523028e7d9ec2be938dfdd69a1d2a7157c66..26dbbb5d5607fd8c7f7d7cd3436b8ef07c2fa66f 100644
|
| --- a/Source/bindings/tests/results/V8TestInterfacePython.cpp
|
| +++ b/Source/bindings/tests/results/V8TestInterfacePython.cpp
|
| @@ -1104,6 +1104,7 @@ void V8TestInterfacePython::derefObject(void* object)
|
| {
|
| fromInternalPointer(object)->deref();
|
| }
|
| +
|
| template<>
|
| v8::Handle<v8::Value> toV8NoInline(TestInterfacePythonImplementation* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|