Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(953)

Unified Diff: runtime/vm/object.h

Issue 51793002: Add an API function to get a debugger stack trace from an error handle. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698