| Index: sdk/lib/collection/collection.dart
|
| diff --git a/sdk/lib/collection/collection.dart b/sdk/lib/collection/collection.dart
|
| index a66a5cdc4e908771a7a5779bf6da67c848f95624..fd78f9a36823d28280a2cc6d387309645b927d1a 100644
|
| --- a/sdk/lib/collection/collection.dart
|
| +++ b/sdk/lib/collection/collection.dart
|
| @@ -12,7 +12,7 @@
|
| library dart.collection;
|
|
|
| import 'dart:_internal' hide Symbol;
|
| -import 'dart:math' show Random; // Used by ListMixin.shuffle.
|
| +import 'dart:math' show Random; // Used by ListMixin.shuffle.
|
|
|
| part 'collections.dart';
|
| part 'hash_map.dart';
|
|
|