Chromium Code Reviews| Index: runtime/vm/snapshot.h |
| =================================================================== |
| --- runtime/vm/snapshot.h (revision 39411) |
| +++ runtime/vm/snapshot.h (working copy) |
| @@ -335,7 +335,7 @@ |
| DeserializeState state_; |
| }; |
| - PageSpace* old_space() { return old_space_; } |
| + PageSpace* old_space() const { return old_space_; } |
| // Allocate uninitialized objects, this is used when reading a full snapshot. |
| RawObject* AllocateUninitialized(intptr_t class_id, intptr_t size); |