| Index: gin/converter.h
|
| diff --git a/gin/converter.h b/gin/converter.h
|
| index 1ce459e15cc4c4b9e058bde4897eee3a6ad4fbcc..e5c95fc1f9f1c4bff5bb4e413129006bd1ac8104 100644
|
| --- a/gin/converter.h
|
| +++ b/gin/converter.h
|
| @@ -176,8 +176,7 @@ struct Converter<std::vector<T> > {
|
|
|
| // Convenience functions that deduce T.
|
| template<typename T>
|
| -v8::Handle<v8::Value> ConvertToV8(v8::Isolate* isolate,
|
| - T input) {
|
| +v8::Handle<v8::Value> ConvertToV8(v8::Isolate* isolate, T input) {
|
| return Converter<T>::ToV8(isolate, input);
|
| }
|
|
|
|
|