Index: runtime/vm/object.h |
diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
index 096bceaeacf7cac7bea42f6b2d34dbd86a57c5b6..47ce2d763e9680ab7682d8278f8fcc19fe9461e8 100644 |
--- a/runtime/vm/object.h |
+++ b/runtime/vm/object.h |
@@ -6153,6 +6153,7 @@ class Stacktrace : public Instance { |
FINAL_HEAP_OBJECT_IMPLEMENTATION(Stacktrace, Instance); |
friend class Class; |
+ friend class Debugger; |
}; |