| Index: runtime/bin/vmservice/vmservice.dart
|
| diff --git a/runtime/bin/vmservice/vmservice.dart b/runtime/bin/vmservice/vmservice.dart
|
| index a9790f1ffe0f72bba8f04682c2a0bf4ff7b3c030..042d467dff02739c896e261e46bb3a5c24df78e0 100644
|
| --- a/runtime/bin/vmservice/vmservice.dart
|
| +++ b/runtime/bin/vmservice/vmservice.dart
|
| @@ -8,7 +8,6 @@ import 'dart:async';
|
| import 'dart:json' as JSON;
|
| import 'dart:isolate';
|
| import 'dart:typed_data';
|
| -import 'dart:utf' as UTF;
|
|
|
| part 'constants.dart';
|
| part 'resources.dart';
|
|
|