Chromium Code Reviews| Index: sdk/lib/core/list.dart |
| diff --git a/sdk/lib/core/list.dart b/sdk/lib/core/list.dart |
| index 5d5132efcd76ef4326c2a9dbed48ffe77f994673..868e9537175a276e7f36dbc6462e8277e8176cf0 100644 |
| --- a/sdk/lib/core/list.dart |
| +++ b/sdk/lib/core/list.dart |
| @@ -184,7 +184,7 @@ abstract class List<E> implements Iterable<E> { |
| /** |
| * Shuffles the elements of this list randomly. |
| */ |
| - void shuffle(); |
| + void shuffle([Random random]); |
| /** |
| * Returns the first index of [element] in this list. |