| Index: sdk/lib/_internal/lib/constant_map.dart
|
| diff --git a/sdk/lib/_internal/lib/constant_map.dart b/sdk/lib/_internal/lib/constant_map.dart
|
| index 7febd185ff96805409dae7be7db215348c854c18..5c68379cce310cdf542aeaa08c82822cb2a7ba25 100644
|
| --- a/sdk/lib/_internal/lib/constant_map.dart
|
| +++ b/sdk/lib/_internal/lib/constant_map.dart
|
| @@ -23,7 +23,8 @@ abstract class ConstantMap<K, V> implements Map<K, V> {
|
|
|
| // This class has no constructor. This is on purpose since the instantiation
|
| // is shortcut by the compiler.
|
| -class ConstantStringMap<K, V> extends ConstantMap<K, V> {
|
| +class ConstantStringMap<K, V> extends ConstantMap<K, V>
|
| + implements _symbol_dev.EfficientLength {
|
| final int length;
|
| // A constant map is backed by a JavaScript object.
|
| final _jsObject;
|
|
|