| Index: sdk/lib/html/src/_ListIterators.dart
|
| diff --git a/sdk/lib/html/src/_ListIterators.dart b/sdk/lib/html/src/_ListIterators.dart
|
| index 4dd7745cc21e3c36329ddc2e9c4b96dc1210d05e..3a2f052f44bce093673a98e049a1a1a5b14d0093 100644
|
| --- a/sdk/lib/html/src/_ListIterators.dart
|
| +++ b/sdk/lib/html/src/_ListIterators.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +part of html;
|
| +
|
| // Iterator for arrays with fixed size.
|
| class _FixedSizeListIterator<T> extends _VariableSizeListIterator<T> {
|
| _FixedSizeListIterator(List<T> array)
|
|
|