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

Unified Diff: runtime/vm/isolate.cc

Issue 1053053002: Tidy up the service protocol. Begin improving the documentation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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
Index: runtime/vm/isolate.cc
diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
index 5d1813d51527bdd1b0a6ece37ef8d69bced1b26c..aa7e2310289e2f9b98ba6b5a3d9cd8e10b6ae269 100644
--- a/runtime/vm/isolate.cc
+++ b/runtime/vm/isolate.cc
@@ -1609,6 +1609,7 @@ void Isolate::PrintJSON(JSONStream* stream, bool ref) {
jsobj.AddProperty("error", error, false);
}
+ // TODO(turnidge): Move elsewhere.
{
JSONObject typeargsRef(&jsobj, "canonicalTypeArguments");
Cutch 2015/04/02 18:11:41 please remove
turnidge 2015/04/02 18:27:30 Done.
typeargsRef.AddProperty("type", "@TypeArgumentsList");
« no previous file with comments | « runtime/vm/flags.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/service/service.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698