Index: src/snapshot/startup-serializer.h |
diff --git a/src/snapshot/startup-serializer.h b/src/snapshot/startup-serializer.h |
index ac75c5d163828b8a0f7ab543144803dc2f704f88..4a597e6a329a023108e8677507a3ddce5c81e748 100644 |
--- a/src/snapshot/startup-serializer.h |
+++ b/src/snapshot/startup-serializer.h |
@@ -73,6 +73,7 @@ class StartupSerializer : public Serializer { |
bool serializing_immortal_immovables_roots_; |
std::bitset<Heap::kStrongRootListLength> root_has_been_serialized_; |
PartialCacheIndexMap partial_cache_index_map_; |
+ List<AccessorInfo*> accessor_infos_; |
DISALLOW_COPY_AND_ASSIGN(StartupSerializer); |
}; |