| Index: sdk/lib/core/core.dart
|
| diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
|
| index a90222674bcd253d62ec93f7b313f0a4ad8de6a3..9ac401b5b66424f3aa2a8bdce0ff71557d29c2a4 100644
|
| --- a/sdk/lib/core/core.dart
|
| +++ b/sdk/lib/core/core.dart
|
| @@ -155,7 +155,7 @@ library dart.core;
|
| import "dart:collection";
|
| import "dart:_collection-dev" hide Symbol;
|
| import "dart:_collection-dev" as _collection_dev;
|
| -import "dart:convert" show UTF8;
|
| +import "dart:convert" show UTF8, Encoding;
|
|
|
| part "bool.dart";
|
| part "comparable.dart";
|
|
|