1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

use new nomenclature for wrapping references.

This commit is contained in:
Charles Lowell 2010-06-07 10:30:45 +03:00
parent bfc0a84858
commit df106eb72e

View file

@ -57,6 +57,6 @@ void rr_init_msg() {
}
VALUE rr_reflect_v8_message(Handle<Message> value) {
return V8_Ref_Create(MessageClass, value);
return rr_v8_ref_create(MessageClass, value);
}