| Index: tools/dom/src/ImmutableListMixin.dart
|
| diff --git a/tools/dom/src/ImmutableListMixin.dart b/tools/dom/src/ImmutableListMixin.dart
|
| index 36a51865da1d818d09b310bc636b5275a374c6e5..ffdcc2c98ba31f3117a89fdec6b261fd1f6f9b44 100644
|
| --- a/tools/dom/src/ImmutableListMixin.dart
|
| +++ b/tools/dom/src/ImmutableListMixin.dart
|
| @@ -27,7 +27,7 @@ abstract class ImmutableListMixin<E> implements List<E> {
|
| throw new UnsupportedError("Cannot sort immutable List.");
|
| }
|
|
|
| - void shuffle() {
|
| + void shuffle([Random random]) {
|
| throw new UnsupportedError("Cannot shuffle immutable List.");
|
| }
|
|
|
|
|