Fix a GC issue.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 21 Aug 2009 08:44:21 +0000 (08:44 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 21 Aug 2009 08:44:21 +0000 (08:44 +0000)
commit88588df8c51669f3f78ca1d4e15cf87e6fccf5dd
tree3d49c0325030dbe540b76eca99f3d42737f754de
parent77204cb36f2aa1303bf566e6753c344723e108c5
Fix a GC issue.

When descriptor arrays where allocated with the initial map the handling of allocation failures was not correct. This could cause the map returned could possible have been collected.
Review URL: http://codereview.chromium.org/173188

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2736 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap.cc