| Index: runtime/vm/dart_entry.h
|
| diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h
|
| index f88a416f93134a4d6b1d4b0df6e87cabb7479934..3fc02f2b052f07ff9dea1dcba0192e55cfcffdb0 100644
|
| --- a/runtime/vm/dart_entry.h
|
| +++ b/runtime/vm/dart_entry.h
|
| @@ -91,6 +91,8 @@ class ArgumentsDescriptor : public ValueObject {
|
| // A cache of VM heap allocated arguments descriptors.
|
| static RawArray* cached_args_descriptors_[kCachedDescriptorCount];
|
|
|
| + friend class FullSnapshotWriter;
|
| + friend class VmIsolateSnapshotReader;
|
| DISALLOW_COPY_AND_ASSIGN(ArgumentsDescriptor);
|
| };
|
|
|
|
|