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

weak cell was weak.

This commit is contained in:
Charles Lowell 2012-06-12 04:18:01 -05:00
parent 255d07368c
commit 2c7586536e

View file

@ -15,7 +15,7 @@ module V8
else else
populate(block) populate(block)
end end
rescue RefError rescue WeakRef::RefError
populate(block) populate(block)
end end