Fix reliability crash caused by wrong assert.
authorfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Feb 2010 15:42:23 +0000 (15:42 +0000)
committerfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Feb 2010 15:42:23 +0000 (15:42 +0000)
commitd955c20beb4b5ea383f7cf06e4bbc4d5bc34da4d
tree581f9bbcd6e72f029f8a2937350ae5c99b3b932a
parent2074e4847def6a34919fe2fe79391dacafab96a5
Fix reliability crash caused by wrong assert.

These two asserts in ComputeEntryFrame are wrong since the
virtual frame already knows how to deal with the number type
information of copy elements: We do not store type
information with copy elements. Instead the backing element
contains the type information.

Review URL: http://codereview.chromium.org/652044

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3927 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/frame-element.h
src/jump-target-inl.h
src/jump-target.cc