Index: client/html/generated/html/frog/IDBObjectStore.dart |
diff --git a/client/html/generated/html/frog/IDBObjectStore.dart b/client/html/generated/html/frog/IDBObjectStore.dart |
index f708e0742521906bc407d1eb70dbb78e3a0722c6..36c3fa8ab640ebf806c7eab131f464458212ff4c 100644 |
--- a/client/html/generated/html/frog/IDBObjectStore.dart |
+++ b/client/html/generated/html/frog/IDBObjectStore.dart |
@@ -13,7 +13,7 @@ class _IDBObjectStoreImpl implements IDBObjectStore native "*IDBObjectStore" { |
_IDBRequestImpl clear() native; |
- _IDBRequestImpl count([_IDBKeyRangeImpl range = null]) native; |
+ _IDBRequestImpl count([var key_OR_range = null]) native; |
_IDBIndexImpl createIndex(String name, String keyPath) native; |