| Index: sdk/lib/core/core.dart
|
| diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
|
| index a33c8fa30b1f1c6a5c58c029276218cc788724aa..117e4265b5fcdd364366415eedc81ff935999a80 100644
|
| --- a/sdk/lib/core/core.dart
|
| +++ b/sdk/lib/core/core.dart
|
| @@ -155,7 +155,9 @@ library dart.core;
|
| import "dart:collection";
|
| import "dart:_internal" hide Symbol;
|
| import "dart:_internal" as internal show Symbol;
|
| -import "dart:convert" show UTF8, LATIN1, Encoding;
|
| +import "dart:convert" show UTF8, LATIN1, BASE64, Encoding,
|
| + ChunkedConversionSink, ByteConversionSink,
|
| + StringConversionSink;
|
| import "dart:math" show Random; // Used by List.shuffle.
|
| import "dart:async" show Stream, Future; // Used by Resource.
|
|
|
|
|