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

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

Issue 2692923004: Update the service protocol dev spec - some fields are now optional. (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | 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 6065b6d864588db7d44ae3b521dc0da0b0a304c7..e4c0c6978d745bc0e505c4e88fca05e36dc5f2c9 100644
--- a/runtime/vm/service/service_dev.md
+++ b/runtime/vm/service/service_dev.md
@@ -1491,8 +1491,8 @@ A _FlagList_ represents the complete set of VM command line flags.
```
class Frame extends Response {
int index;
- @Function function;
- @Code code;
+ @Function function [optional];
+ @Code code [optional];
SourceLocation location [optional];
BoundVariable[] vars [optional];
FrameKind kind [optional];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698