Chromium Code Reviews| Index: runtime/vm/thread.h |
| diff --git a/runtime/vm/thread.h b/runtime/vm/thread.h |
| index 61acb3240c3f810d474336ac3ed3d742c1da2d8d..7c114ba1c9105013e7e9efe28b7d38c7201aa169 100644 |
| --- a/runtime/vm/thread.h |
| +++ b/runtime/vm/thread.h |
| @@ -501,6 +501,7 @@ REUSABLE_HANDLE_LIST(REUSABLE_FRIEND_DECLARATION) |
| friend class ApiZone; |
| friend class Isolate; |
| + friend class Simulator; |
| friend class StackZone; |
| friend class ThreadIterator; |
| friend class ThreadIteratorTestHelper; |