| Index: pkg/compiler/lib/src/util/maplet.dart
|
| diff --git a/pkg/compiler/lib/src/util/maplet.dart b/pkg/compiler/lib/src/util/maplet.dart
|
| index 455435bd91000def9828eccfc3c7a51591b3fd60..086273c45e03383553cfdc65a0601b4ac6e712d2 100644
|
| --- a/pkg/compiler/lib/src/util/maplet.dart
|
| +++ b/pkg/compiler/lib/src/util/maplet.dart
|
| @@ -101,7 +101,7 @@ class Maplet<K, V> extends MapBase<K, V> {
|
| list[CAPACITY + 1] = value;
|
| _key = list;
|
| _value = null;
|
| - _extra = 2; // Two elements.
|
| + _extra = 2; // Two elements.
|
| }
|
| } else if (_MARKER == _extra) {
|
| _key[key] = value;
|
| @@ -277,4 +277,4 @@ class _MapletListIterator<K> implements Iterator<K> {
|
| _current = null;
|
| return false;
|
| }
|
| -}
|
| +}
|
|
|