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

require explicit locking from the get-go.

This commit is contained in:
Charles Lowell 2012-05-23 09:01:50 -05:00
parent e90ef50b0d
commit 5b7811ad01

View file

@ -8,6 +8,7 @@ using namespace rr;
extern "C" {
void Init_init() {
v8::Locker lock();
GC::Init();
V8::Init();
Handles::Init();