Chromium Code Reviews| Index: runtime/vm/service.cc |
| diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc |
| index 7e5e58f99202c9c4876194c56cacf1633141349e..2225aa41fb1f5f2d5d250a65a87bda15f0dccc5c 100644 |
| --- a/runtime/vm/service.cc |
| +++ b/runtime/vm/service.cc |
| @@ -2929,7 +2929,7 @@ static bool Resume(Thread* thread, JSONStream* js) { |
| return true; |
| } |
| - js->PrintError(kVMMustBePaused, NULL); |
| + js->PrintError(kIsolateMustBePaused, NULL); |
| return true; |
| } |