ext/v8/converters.h in therubyracer-0.6.3 vs ext/v8/converters.h in therubyracer-0.7.0.pre

- old
+ new

@@ -4,11 +4,9 @@ #include "convert_ruby.h" #include "convert_string.h" #include "convert_v8.h" #include <cstring> -extern VALUE V8_To; - typedef RubyValueSource<V8LocalDest, v8::Local<v8::Value> > convert_rb_to_v8_t; typedef V8HandleSource<RubyValueDest, VALUE> convert_v8_to_rb_t; typedef RubyValueSource<StringDest, std::string> convert_rb_to_string_t; typedef V8HandleSource<StringDest, std::string> convert_v8_to_string_t; \ No newline at end of file