Chromium Code Reviews| Index: runtime/vm/safepoint.h |
| diff --git a/runtime/vm/safepoint.h b/runtime/vm/safepoint.h |
| index c522ac9e255fb214e14951105a7179b1fe20ee7b..92f4709af006c92e3d947cc57c678f9ebeb9fca5 100644 |
| --- a/runtime/vm/safepoint.h |
| +++ b/runtime/vm/safepoint.h |
| @@ -91,6 +91,7 @@ class SafepointHandler { |
| friend class Isolate; |
| friend class SafepointOperationScope; |
| + friend class HeapIterationScope; |
| }; |
| /* |