Chromium Code Reviews| Index: vm/raw_object.h |
| =================================================================== |
| --- vm/raw_object.h (revision 2043) |
| +++ vm/raw_object.h (working copy) |
| @@ -103,7 +103,7 @@ |
| #define SNAPSHOT_WRITER_SUPPORT() \ |
| void WriteTo( \ |
| - SnapshotWriter* writer, intptr_t object_id, bool serialize_classes); \ |
| + SnapshotWriter* writer, intptr_t object_id, Snapshot::Kind kind); \ |
| friend class SnapshotWriter; \ |
| #define VISITOR_SUPPORT(object) \ |