| Index: pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| diff --git a/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| index c8a2c7e12b0cf836db38ea92024eaaf838b33876..7fccdc3c5994912e9365c6d488cfa9db4d8b1625 100644
|
| --- a/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| +++ b/pkg/dev_compiler/tool/input_sdk/patch/collection_patch.dart
|
| @@ -1606,7 +1606,7 @@ class _LinkedHashSetCell<E> {
|
|
|
| // TODO(kasperl): Share this code with LinkedHashMapKeyIterator<E>?
|
| class _LinkedHashSetIterator<E> implements Iterator<E> {
|
| - final _set;
|
| + final _LinkedHashSet _set;
|
| final int _modifications;
|
| _LinkedHashSetCell _cell;
|
| E _current;
|
|
|