| Index: runtime/vm/service/service_dev.md
|
| diff --git a/runtime/vm/service/service_dev.md b/runtime/vm/service/service_dev.md
|
| index 30ac5e19e0a87632e812ade594b6c56d7bd431b5..97356abb72d78334a2c4a3e4b98db4b0427f7f13 100644
|
| --- a/runtime/vm/service/service_dev.md
|
| +++ b/runtime/vm/service/service_dev.md
|
| @@ -504,10 +504,10 @@ reference will be returned.
|
| ### evaluateInFrame
|
|
|
| ```
|
| -@Instance|@Error evaluateInFrame(string isolateId,
|
| - int frameIndex,
|
| - string expression,
|
| - map<string,string> scope [optional])
|
| +@Instance|@Error|Sentinel evaluateInFrame(string isolateId,
|
| + int frameIndex,
|
| + string expression,
|
| + map<string,string> scope [optional])
|
| ```
|
|
|
| The _evaluateInFrame_ RPC is used to evaluate an expression in the
|
|
|