| Index: runtime/vm/raw_object.h
|
| diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h
|
| index 288584ad04dfdc1c081d4adf892edc30c4765f75..9be03b14f1e63d016d3ae7919af251241eb5b7ab 100644
|
| --- a/runtime/vm/raw_object.h
|
| +++ b/runtime/vm/raw_object.h
|
| @@ -194,7 +194,8 @@ CLASS_LIST_TYPED_DATA(V)
|
|
|
| #define SNAPSHOT_WRITER_SUPPORT() \
|
| void WriteTo( \
|
| - SnapshotWriter* writer, intptr_t object_id, Snapshot::Kind kind); \
|
| + SnapshotWriter* writer, intptr_t object_id, \
|
| + Snapshot::Kind kind, bool as_reference); \
|
| friend class SnapshotWriter; \
|
|
|
| #define VISITOR_SUPPORT(object) \
|
|
|