Chromium Code Reviews| Index: runtime/vm/dart_entry.h |
| diff --git a/runtime/vm/dart_entry.h b/runtime/vm/dart_entry.h |
| index 8728dd1b94898c0a2ece763a65b56e8b4d759651..130da330e8f7c2c91508f71e2298466a50f5a3a7 100644 |
| --- a/runtime/vm/dart_entry.h |
| +++ b/runtime/vm/dart_entry.h |
| @@ -116,6 +116,7 @@ class ArgumentsDescriptor : public ValueObject { |
| friend class Serializer; |
| friend class Deserializer; |
| friend class Simulator; |
| + friend class SimulatorHelpers; |
| DISALLOW_COPY_AND_ASSIGN(ArgumentsDescriptor); |
| }; |