| Index: sdk/lib/core/core.dart
|
| diff --git a/sdk/lib/core/core.dart b/sdk/lib/core/core.dart
|
| index 6b1fc2df44695e9ea5ee75f17098f253ce1ac0a9..3840b3966e56acd50af256132664c0e43cdab821 100644
|
| --- a/sdk/lib/core/core.dart
|
| +++ b/sdk/lib/core/core.dart
|
| @@ -153,7 +153,7 @@
|
| library dart.core;
|
|
|
| import "dart:collection";
|
| -import "dart:_internal" hide Symbol;
|
| +import "dart:_internal" hide Symbol, LinkedList, LinkedListEntry;
|
| import "dart:_internal" as internal show Symbol;
|
| import "dart:convert"
|
| show Encoding, ASCII, LATIN1, UTF8, BASE64, StringConversionSink;
|
|
|