Fix 9763 for real.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9766 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
erik.corry@gmail.com 2011-10-25 08:59:03 +00:00
parent f008c9e62b
commit 436fb5318c

View File

@ -762,6 +762,7 @@ void Deserializer::ReadChunk(Object** current,
bool write_barrier_needed = (current_object_address != NULL && bool write_barrier_needed = (current_object_address != NULL &&
source_space != NEW_SPACE && source_space != NEW_SPACE &&
source_space != CELL_SPACE && source_space != CELL_SPACE &&
source_space != CODE_SPACE &&
source_space != OLD_DATA_SPACE); source_space != OLD_DATA_SPACE);
while (current < limit) { while (current < limit) {
int data = source_->Get(); int data = source_->Get();