| Index: src/snapshot-common.cc
|
| diff --git a/src/snapshot-common.cc b/src/snapshot-common.cc
|
| index a2d5213b353939b6299f8513e6755ad7e985aa1f..a2116a7589099223b7f87c3a6589548278384d4c 100644
|
| --- a/src/snapshot-common.cc
|
| +++ b/src/snapshot-common.cc
|
| @@ -21,8 +21,7 @@ void Snapshot::ReserveSpaceForLinkedInSnapshot(Deserializer* deserializer) {
|
| deserializer->set_reservation(CODE_SPACE, code_space_used_);
|
| deserializer->set_reservation(MAP_SPACE, map_space_used_);
|
| deserializer->set_reservation(CELL_SPACE, cell_space_used_);
|
| - deserializer->set_reservation(PROPERTY_CELL_SPACE,
|
| - property_cell_space_used_);
|
| + deserializer->set_reservation(PROPERTY_CELL_SPACE, property_cell_space_used_);
|
| }
|
|
|
|
|
|
|