| 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 912713f9a892bc59f937b8f0432a5bed712c58b2..2e9d94dac5c8897d0fec99cfe0d359454663fc14 100644
|
| --- a/client/dom/generated/src/frog/IDBCursor.dart
|
| +++ b/client/dom/generated/src/frog/IDBCursor.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class IDBCursorJs extends DOMTypeJs implements IDBCursor native "*IDBCursor" {
|
| +class _IDBCursorJs extends _DOMTypeJs implements IDBCursor native "*IDBCursor" {
|
|
|
| static final int NEXT = 0;
|
|
|
| @@ -11,15 +11,15 @@ class IDBCursorJs extends DOMTypeJs 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(Dynamic value) native;
|
| + _IDBRequestJs update(Dynamic value) native;
|
| }
|
|
|