| Index: sdk/lib/_internal/lib/js_mirrors.dart
|
| diff --git a/sdk/lib/_internal/lib/js_mirrors.dart b/sdk/lib/_internal/lib/js_mirrors.dart
|
| index 3ef7beb8ab8f0ebfa6d101fc13237e8d0ec68842..e5d73b04329280aa3c0c20c4520ac5cfe7852b44 100644
|
| --- a/sdk/lib/_internal/lib/js_mirrors.dart
|
| +++ b/sdk/lib/_internal/lib/js_mirrors.dart
|
| @@ -1917,7 +1917,7 @@ bool isReflectiveDataInPrototype(String key) {
|
| }
|
|
|
| // Copied from package "unmodifiable_collection".
|
| -// TODO(ahe): Lobby to get it added to dart:collection.
|
| +// TODO(14314): Move to dart:collection.
|
| class UnmodifiableMapView<K, V> implements Map<K, V> {
|
| Map<K, V> _source;
|
| UnmodifiableMapView(Map<K, V> source) : _source = source;
|
|
|