| Index: src/snapshot-empty.cc
|
| diff --git a/src/snapshot-empty.cc b/src/snapshot-empty.cc
|
| index 70e7ab815c91d260aaf0f9d3afa6d39d2344f740..54236d82eca666990fcfc1683b035f9a8c6cf436 100644
|
| --- a/src/snapshot-empty.cc
|
| +++ b/src/snapshot-empty.cc
|
| @@ -49,6 +49,7 @@ const int Snapshot::data_space_used_ = 0;
|
| const int Snapshot::code_space_used_ = 0;
|
| const int Snapshot::map_space_used_ = 0;
|
| const int Snapshot::cell_space_used_ = 0;
|
| +const int Snapshot::property_cell_space_used_ = 0;
|
|
|
| const int Snapshot::context_new_space_used_ = 0;
|
| const int Snapshot::context_pointer_space_used_ = 0;
|
| @@ -56,5 +57,6 @@ const int Snapshot::context_data_space_used_ = 0;
|
| const int Snapshot::context_code_space_used_ = 0;
|
| const int Snapshot::context_map_space_used_ = 0;
|
| const int Snapshot::context_cell_space_used_ = 0;
|
| +const int Snapshot::context_property_cell_space_used_ = 0;
|
|
|
| } } // namespace v8::internal
|
|
|