| Index: lib/html/src/native_DOMImplementation.dart
|
| diff --git a/lib/html/src/native_DOMImplementation.dart b/lib/html/src/native_DOMImplementation.dart
|
| index 68ece2be10e38252f54d7e5167a58c5047018bea..5a9a500a8aa1a7c94fe8b1783a70295bb7f80778 100644
|
| --- a/lib/html/src/native_DOMImplementation.dart
|
| +++ b/lib/html/src/native_DOMImplementation.dart
|
| @@ -103,7 +103,7 @@ class _DOMStringMapImpl extends NativeFieldWrapperClass1 implements Map<String,
|
| Collection<String> getKeys() native "DOMStringMap_getKeys_Callback";
|
| Collection<String> getValues() => Maps.getValues(this);
|
| int get length => Maps.length(this);
|
| - bool isEmpty() => Maps.isEmpty(this);
|
| + bool get isEmpty => Maps.isEmpty(this);
|
| }
|
|
|
| get _printClosure => (s) {
|
|
|