| Index: client/dom/generated/src/frog/IDBCursor.dart
|
| diff --git a/client/dom/generated/src/frog/IDBCursor.dart b/client/dom/generated/src/frog/IDBCursor.dart
|
| index 4210ea1574a108f22ecec71d6ebed385c6ace235..a14c3a295a7272c9e21f6ff0a1e19fa4394ff299 100644
|
| --- a/client/dom/generated/src/frog/IDBCursor.dart
|
| +++ b/client/dom/generated/src/frog/IDBCursor.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class IDBCursorJS implements IDBCursor native "*IDBCursor" {
|
| +class IDBCursorJs extends DOMTypeJs implements IDBCursor native "*IDBCursor" {
|
|
|
| static final int NEXT = 0;
|
|
|
| @@ -11,19 +11,15 @@ class IDBCursorJS implements IDBCursor native "*IDBCursor" {
|
|
|
| int get direction() native "return this.direction;";
|
|
|
| - IDBKeyJS get key() native "return this.key;";
|
| + IDBKeyJs get key() native "return this.key;";
|
|
|
| - IDBKeyJS get primaryKey() native "return this.primaryKey;";
|
| + IDBKeyJs get primaryKey() native "return this.primaryKey;";
|
|
|
| - IDBAnyJS get source() native "return this.source;";
|
| + IDBAnyJs get source() native "return this.source;";
|
|
|
| - void continueFunction([IDBKeyJS key = null]) native;
|
| + void continueFunction([IDBKeyJs key = null]) native;
|
|
|
| - IDBRequestJS delete() native;
|
| + IDBRequestJs delete() native;
|
|
|
| - IDBRequestJS update(String value) native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| + IDBRequestJs update(String value) native;
|
| }
|
|
|