Index: runtime/vm/dart_entry.h |
diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h |
index 9a5b92f81551371a68eecd5479dff687895fc337..92e856298fb090aad10c77bae1913c012bb7d9aa 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); |
}; |