Chromium Code Reviews| Index: runtime/vm/thread_registry.h |
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h |
| index 12af120015335624157f1b8e4e912e692a825d5a..6e0b2ca9ce18d86a8e9de715719a1cfaedf3a463 100644 |
| --- a/runtime/vm/thread_registry.h |
| +++ b/runtime/vm/thread_registry.h |
| @@ -79,6 +79,7 @@ class ThreadRegistry { |
| friend class Isolate; |
| friend class SafepointHandler; |
| + friend class Scavenger; |
| DISALLOW_COPY_AND_ASSIGN(ThreadRegistry); |
| }; |