| Index: sdk/lib/vmservice/running_isolates.dart
|
| diff --git a/sdk/lib/vmservice/running_isolates.dart b/sdk/lib/vmservice/running_isolates.dart
|
| index b10128c3b1d8791f040bc904fc39412c423d5191..1a5ed06327160dc12c38d60ce465896c4a8b6a21 100644
|
| --- a/sdk/lib/vmservice/running_isolates.dart
|
| +++ b/sdk/lib/vmservice/running_isolates.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of vmservice;
|
| +part of dart._vmservice;
|
|
|
| class RunningIsolates implements MessageRouter {
|
| final Map<int, RunningIsolate> isolates = new Map<int, RunningIsolate>();
|
|
|