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:
parent
bfc0a84858
commit
df106eb72e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue