Index: src/snapshot-empty.cc |
diff --git a/src/snapshot-empty.cc b/src/snapshot-empty.cc |
index 70e7ab815c91d260aaf0f9d3afa6d39d2344f740..e201faa84ee3f39456703c688ac979bd14a9ad24 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::js_global_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_js_global_property_cell_space_used_ = 0; |
} } // namespace v8::internal |