From df106eb72e627c55c62aa08ded5b6fd1bd93e501 Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Mon, 7 Jun 2010 10:30:45 +0300 Subject: [PATCH] use new nomenclature for wrapping references. --- ext/v8/v8_msg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/v8/v8_msg.cpp b/ext/v8/v8_msg.cpp index a0d430e..04edbed 100644 --- a/ext/v8/v8_msg.cpp +++ b/ext/v8/v8_msg.cpp @@ -57,6 +57,6 @@ void rr_init_msg() { } VALUE rr_reflect_v8_message(Handle value) { - return V8_Ref_Create(MessageClass, value); + return rr_v8_ref_create(MessageClass, value); }