| 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 159551609cb390704f76169e233d293b4ab9d16b..94116620ebe84b765c8e0c54792b9dfd1f835ecf 100644
|
| --- a/client/dom/generated/src/frog/IDBObjectStore.dart
|
| +++ b/client/dom/generated/src/frog/IDBObjectStore.dart
|
| @@ -1,11 +1,11 @@
|
|
|
| class _IDBObjectStoreJs extends _DOMTypeJs implements IDBObjectStore native "*IDBObjectStore" {
|
|
|
| - String get keyPath() native "return this.keyPath;";
|
| + final String keyPath;
|
|
|
| - String get name() native "return this.name;";
|
| + final String name;
|
|
|
| - _IDBTransactionJs get transaction() native "return this.transaction;";
|
| + final _IDBTransactionJs transaction;
|
|
|
| _IDBRequestJs add(Dynamic value, [_IDBKeyJs key = null]) native;
|
|
|
|
|