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

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

Issue 1256023003: Use a "jsonrpc" field rather than "json-rpc" in the VM service. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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.cc ('k') | runtime/vm/service_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service/service.md
diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
index 338cc8e3b50b17b4d251051ef19f3dd479f12534..011c2cd3049dd849ef5368d73ba2d5967d145f93 100644
--- a/runtime/vm/service/service.md
+++ b/runtime/vm/service/service.md
@@ -108,7 +108,7 @@ Here is an example response for our [getVersion](#getversion) request above:
```
{
- "json-rpc": "2.0",
+ "jsonrpc": "2.0",
"result": {
"type": "Version",
"major": 1,
@@ -152,7 +152,7 @@ subscribe to the _GC_ stream multiple times from the same client.
```
{
- "json-rpc": "2.0",
+ "jsonrpc": "2.0",
"error": {
"code": 103,
"message": "Stream already subscribed",
« no previous file with comments | « runtime/vm/json_stream.cc ('k') | runtime/vm/service_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698