Index: client/html/generated/html/frog/IDBFactory.dart |
diff --git a/client/html/generated/html/frog/IDBFactory.dart b/client/html/generated/html/frog/IDBFactory.dart |
deleted file mode 100644 |
index 03be2b284a25ad4da2661e5a97457667affb59c6..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/IDBFactory.dart |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
- |
-class _IDBFactoryImpl implements IDBFactory native "*IDBFactory" { |
- |
- int cmp(_IDBKeyImpl first, _IDBKeyImpl second) native; |
- |
- _IDBVersionChangeRequestImpl deleteDatabase(String name) native; |
- |
- _IDBRequestImpl getDatabaseNames() native; |
- |
- _IDBRequestImpl open(String name) native; |
-} |