| Index: runtime/vm/service/service.md
|
| diff --git a/runtime/vm/service/service.md b/runtime/vm/service/service.md
|
| index cbfe04e3e1edd3aaaf5a4b8e3c9e7b670aef3c97..df05a47c1d787f24ebac157e41cb88ae00fddc34 100644
|
| --- a/runtime/vm/service/service.md
|
| +++ b/runtime/vm/service/service.md
|
| @@ -2129,7 +2129,7 @@ class VM extends Response {
|
| string version;
|
|
|
| // The process id for the VM.
|
| - string pid;
|
| + int pid;
|
|
|
| // The time that the VM started in milliseconds since the epoch.
|
| //
|
| @@ -2147,7 +2147,7 @@ version | comments
|
| ------- | --------
|
| 1.0 | initial revision
|
| 2.0 | Describe protocol version 2.0.
|
| -3.0 | Describe protocol version 3.0. Added UnresolvedSourceLocation. Added Sentinel return to getIsolate. Add AddedBreakpointWithScriptUri. Removed Isolate.entry.
|
| +3.0 | Describe protocol version 3.0. Added UnresolvedSourceLocation. Added Sentinel return to getIsolate. Add AddedBreakpointWithScriptUri. Removed Isolate.entry. The type of VM.pid was changed from string to int.
|
|
|
|
|
| [discuss-list]: https://groups.google.com/a/dartlang.org/forum/#!forum/observatory-discuss
|
|
|