| Index: tools/dom/src/html_native_DOMImplementation.dart
|
| diff --git a/tools/dom/src/html_native_DOMImplementation.dart b/tools/dom/src/html_native_DOMImplementation.dart
|
| index 5d89649b6553e968e6c5e1bec6842f3c6f6be6b0..af2983c115929810f01e9aa9d31252ef0b32ce9e 100644
|
| --- a/tools/dom/src/html_native_DOMImplementation.dart
|
| +++ b/tools/dom/src/html_native_DOMImplementation.dart
|
| @@ -492,7 +492,7 @@ class _DOMStringMap extends NativeFieldWrapperClass2 implements Map<String, Stri
|
| String remove(String key) => _blink.Native_DOMStringMap_remove(this, key);
|
| void clear() => Maps.clear(this);
|
| void forEach(void f(String key, String value)) => Maps.forEach(this, f);
|
| - Iterable<String> get keys => _blink.Native_DOMStringMap_get_keys(this, keys);
|
| + Iterable<String> get keys => _blink.Native_DOMStringMap_get_keys(this);
|
| Iterable<String> get values => Maps.getValues(this);
|
| int get length => Maps.length(this);
|
| bool get isEmpty => Maps.isEmpty(this);
|
|
|