| Index: Source/bindings/tests/results/V8TestException.cpp
|
| diff --git a/Source/bindings/tests/results/V8TestException.cpp b/Source/bindings/tests/results/V8TestException.cpp
|
| index 568ff6b3014f817ba7d3d71466f1adb2f4d8c2ad..eff196defda443cc74f9a8656934404c26ecb421 100644
|
| --- a/Source/bindings/tests/results/V8TestException.cpp
|
| +++ b/Source/bindings/tests/results/V8TestException.cpp
|
| @@ -184,6 +184,7 @@ void V8TestException::derefObject(void* object)
|
| {
|
| fromInternalPointer(object)->deref();
|
| }
|
| +
|
| template<>
|
| v8::Handle<v8::Value> toV8NoInline(TestException* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
|
| {
|
|
|