Index: tools/dom/templates/html/impl/impl_Storage.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_Storage.darttemplate b/tools/dom/templates/html/impl/impl_Storage.darttemplate |
index d043abef795a1360053b864c31dff4a285aac2f4..b454b53c64f36947a36f4fa40d8293d307262de9 100644 |
--- a/tools/dom/templates/html/impl/impl_Storage.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_Storage.darttemplate |
@@ -78,5 +78,7 @@ $(ANNOTATIONS)class $CLASSNAME$EXTENDS implements Map<String, String> |
int get length => $dom_length; |
bool get isEmpty => $dom_key(0) == null; |
+ |
+ bool get isNotEmpty => !isEmpty; |
$!MEMBERS |
} |