Chromium Code Reviews| Index: tools/ddbg.dart |
| =================================================================== |
| --- tools/ddbg.dart (revision 31232) |
| +++ tools/ddbg.dart (working copy) |
| @@ -1148,7 +1148,7 @@ |
| if (isolate == currentIsolate) { |
| currentIsolate = mainIsolate; |
| if (currentIsolate == null && !targetIsolates.isEmpty) { |
| - currentIsolate = targetIsolates.first; |
| + currentIsolate = targetIsolates.values.first; |
| } |
| if (currentIsolate != null) { |
| print("Setting current isolate to ${currentIsolate.id}."); |