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 687699314ea6d66de5ee861b97af6c0a02bd3fb4..cc6787f54811d47087ae07d80bf2db08c00cfc4c 100644 |
--- a/sdk/lib/_internal/lib/js_mirrors.dart |
+++ b/sdk/lib/_internal/lib/js_mirrors.dart |
@@ -2770,7 +2770,6 @@ class UnmodifiableMapView<K, V> implements Map<K, V> { |
Iterable<V> get values => _source.values; |
- |
void operator []=(K key, V value) => _throw(); |
V putIfAbsent(K key, V ifAbsent()) { _throw(); } |