Fix 9763 after build bot failures.
Review URL: http://codereview.chromium.org/8382031 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9765 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
e8bccc2cb0
commit
f008c9e62b
@ -762,7 +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 == OLD_DATA_SPACE);
|
source_space != OLD_DATA_SPACE);
|
||||||
while (current < limit) {
|
while (current < limit) {
|
||||||
int data = source_->Get();
|
int data = source_->Get();
|
||||||
switch (data) {
|
switch (data) {
|
||||||
|
Loading…
Reference in New Issue
Block a user