| Index: runtime/observatory/lib/src/models/objects/isolate.dart
 | 
| diff --git a/runtime/observatory/lib/src/models/objects/isolate.dart b/runtime/observatory/lib/src/models/objects/isolate.dart
 | 
| index 9b348288a73f45d1c5e36f11048895d7da62ed01..f114941ad840532bf4582412f7e654ad94daebc5 100644
 | 
| --- a/runtime/observatory/lib/src/models/objects/isolate.dart
 | 
| +++ b/runtime/observatory/lib/src/models/objects/isolate.dart
 | 
| @@ -16,12 +16,7 @@ abstract class IsolateRef {
 | 
|    String get name;
 | 
|  }
 | 
|  
 | 
| -enum IsolateStatus {
 | 
| -  loading,
 | 
| -  idle,
 | 
| -  running,
 | 
| -  paused
 | 
| -}
 | 
| +enum IsolateStatus { loading, idle, running, paused }
 | 
|  
 | 
|  abstract class Isolate extends IsolateRef {
 | 
|    /// The time that the VM started in milliseconds since the epoch.
 | 
| 
 |