Chromium Code Reviews| Index: vm/snapshot.h |
| =================================================================== |
| --- vm/snapshot.h (revision 8175) |
| +++ vm/snapshot.h (working copy) |
| @@ -522,8 +522,10 @@ |
| DISALLOW_COPY_AND_ASSIGN(ForwardObjectNode); |
| }; |
| - intptr_t MarkObject(RawObject* raw, RawClass* cls); |
| + intptr_t MarkObject(RawObject* raw); |
| + bool CheckAndWritePredefinedObject(RawObject* raw); |
| + |
| void WriteInlinedObject(RawObject* raw); |
| ObjectStore* object_store() const { return object_store_; } |