| Index: sdk/lib/_internal/compiler/js_lib/constant_map.dart
|
| diff --git a/sdk/lib/_internal/compiler/js_lib/constant_map.dart b/sdk/lib/_internal/compiler/js_lib/constant_map.dart
|
| index ccc210e9a0353db961fb9d224f33cad516d1fcf2..8f813fc6615d2ae952c3d12eabe2ebafccf2f834 100644
|
| --- a/sdk/lib/_internal/compiler/js_lib/constant_map.dart
|
| +++ b/sdk/lib/_internal/compiler/js_lib/constant_map.dart
|
| @@ -6,7 +6,7 @@ part of _js_helper;
|
|
|
| class ConstantMapView<K, V> extends UnmodifiableMapView
|
| implements ConstantMap {
|
| - ConstantMapView(Map base) : super(base);
|
| + ConstantMapView(Map base) : super(base);
|
| }
|
|
|
| abstract class ConstantMap<K, V> implements Map<K, V> {
|
|
|