| Index: client/dom/generated/src/frog/IDBObjectStore.dart
|
| diff --git a/client/dom/generated/src/frog/IDBObjectStore.dart b/client/dom/generated/src/frog/IDBObjectStore.dart
|
| index 8c1909d2d2a6bea2c32bfd9c4078824c8da4e673..9bbcfd660d440025137348bcc05b2edae2e286ee 100644
|
| --- a/client/dom/generated/src/frog/IDBObjectStore.dart
|
| +++ b/client/dom/generated/src/frog/IDBObjectStore.dart
|
| @@ -11,8 +11,6 @@ class IDBObjectStore native "*IDBObjectStore" {
|
|
|
| IDBRequest clear() native;
|
|
|
| - IDBRequest count([IDBKeyRange range = null]) native;
|
| -
|
| IDBIndex createIndex(String name, String keyPath) native;
|
|
|
| IDBRequest delete(IDBKey key) native;
|
|
|