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

Unified Diff: runtime/vm/service/service_dev.md

Issue 2788993002: Fix test failure and add new awaiterFrames to service_dev.md (Closed)
Patch Set: Created 3 years, 9 months 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
« no previous file with comments | « runtime/observatory/tests/service/async_single_step_exception_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service_dev.md
diff --git a/runtime/vm/service/service_dev.md b/runtime/vm/service/service_dev.md
index 9dc976ce26ac1c2605b97df811b8866a14ffe135..b865281f2d79e9759867c516dbe15913da106ca6 100644
--- a/runtime/vm/service/service_dev.md
+++ b/runtime/vm/service/service_dev.md
@@ -2435,6 +2435,7 @@ and therefore will not contain a _type_ property.
class Stack extends Response {
Frame[] frames;
Frame[] asyncCausalFrames [optional];
+ Frame[] awaiterFrames [optional];
Message[] messages;
}
```
« no previous file with comments | « runtime/observatory/tests/service/async_single_step_exception_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698