Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 2b48af202dbbf4498e861ec9c1c2278584697b20..988c9a53a99d6f47b4f71a9cc8f26ae9a25f15ae 100644 |
| --- a/runtime/vm/object.h |
| +++ b/runtime/vm/object.h |
| @@ -6111,6 +6111,7 @@ class Stacktrace : public Instance { |
| FINAL_HEAP_OBJECT_IMPLEMENTATION(Stacktrace, Instance); |
| friend class Class; |
| + friend class Debugger; |
| }; |