| Index: runtime/vm/snapshot.h
|
| diff --git a/runtime/vm/snapshot.h b/runtime/vm/snapshot.h
|
| index f651cb7b1d2cc5180beca4df58ca04f31f1318c4..29671b4f89de13f60133d053f49d539184ab4d05 100644
|
| --- a/runtime/vm/snapshot.h
|
| +++ b/runtime/vm/snapshot.h
|
| @@ -989,6 +989,7 @@ class SnapshotWriter : public BaseWriter {
|
| friend class RawContextScope;
|
| friend class RawExceptionHandlers;
|
| friend class RawField;
|
| + friend class RawFunction;
|
| friend class RawGrowableObjectArray;
|
| friend class RawImmutableArray;
|
| friend class RawInstructions;
|
|
|