| Index: client/html/generated/html/frog/IDBKeyRange.dart
|
| diff --git a/client/html/generated/html/frog/IDBKeyRange.dart b/client/html/generated/html/frog/IDBKeyRange.dart
|
| deleted file mode 100644
|
| index b259b5d71f8f3a3d0875069924befac06653bdb2..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/frog/IDBKeyRange.dart
|
| +++ /dev/null
|
| @@ -1,19 +0,0 @@
|
| -
|
| -class _IDBKeyRangeImpl implements IDBKeyRange native "*IDBKeyRange" {
|
| -
|
| - final _IDBKeyImpl lower;
|
| -
|
| - final bool lowerOpen;
|
| -
|
| - final _IDBKeyImpl upper;
|
| -
|
| - final bool upperOpen;
|
| -
|
| - _IDBKeyRangeImpl bound(_IDBKeyImpl lower, _IDBKeyImpl upper, [bool lowerOpen = null, bool upperOpen = null]) native;
|
| -
|
| - _IDBKeyRangeImpl lowerBound(_IDBKeyImpl bound, [bool open = null]) native;
|
| -
|
| - _IDBKeyRangeImpl only(_IDBKeyImpl value) native;
|
| -
|
| - _IDBKeyRangeImpl upperBound(_IDBKeyImpl bound, [bool open = null]) native;
|
| -}
|
|
|