Chromium Code Reviews| Index: src/serialize.cc |
| =================================================================== |
| --- src/serialize.cc (revision 3780) |
| +++ src/serialize.cc (working copy) |
| @@ -990,6 +990,7 @@ |
| Object* entry = partial_snapshot_cache_[i]; |
| if (entry == heap_object) return i; |
| } |
| + |
| // We didn't find the object in the cache. So we add it to the cache and |
| // then visit the pointer so that it becomes part of the startup snapshot |
| // and we can refer to it from the partial snapshot. |