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

Unified Diff: runtime/vm/json_stream.cc

Issue 2614643003: Document some recent service protocol features (Closed)
Patch Set: Document some recent service protocol features Created 3 years, 11 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/vm/json_stream.h ('k') | runtime/vm/service/service.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/json_stream.cc
diff --git a/runtime/vm/json_stream.cc b/runtime/vm/json_stream.cc
index 7bbdc6fb24c4286a65406b4bd9e5a82bd553c88f..f098998dd1642b3e05d87986cef481144d79e2c0 100644
--- a/runtime/vm/json_stream.cc
+++ b/runtime/vm/json_stream.cc
@@ -150,8 +150,8 @@ static const char* GetJSONRpcErrorMessage(intptr_t code) {
return "File system does not exist";
case kFileDoesNotExist:
return "File does not exist";
- case kIsolateReloadFailed:
- return "Isolate reload failed";
+ case kIsolateReloadBarred:
+ return "Isolate cannot be reloaded";
default:
return "Extension error";
}
« no previous file with comments | « runtime/vm/json_stream.h ('k') | runtime/vm/service/service.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698