| Index: client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| index 5008e962564c35c763ddea4f8597fc46b4291b0e..48dc37f10b90af539e4f2e5a6ca0e8b8f1e61ae7 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| @@ -11,14 +11,14 @@ class _IDBObjectStoreWrappingImplementation extends DOMWrapperBase implements ID
|
| return new _IDBObjectStoreWrappingImplementation();
|
| }
|
|
|
| - String get keyPath() { return _get__IDBObjectStore_keyPath(this); }
|
| - static String _get__IDBObjectStore_keyPath(var _this) native;
|
| + String get keyPath() { return _get_keyPath(this); }
|
| + static String _get_keyPath(var _this) native;
|
|
|
| - String get name() { return _get__IDBObjectStore_name(this); }
|
| - static String _get__IDBObjectStore_name(var _this) native;
|
| + String get name() { return _get_name(this); }
|
| + static String _get_name(var _this) native;
|
|
|
| - IDBTransaction get transaction() { return _get__IDBObjectStore_transaction(this); }
|
| - static IDBTransaction _get__IDBObjectStore_transaction(var _this) native;
|
| + IDBTransaction get transaction() { return _get_transaction(this); }
|
| + static IDBTransaction _get_transaction(var _this) native;
|
|
|
| IDBRequest add(String value, [IDBKey key = null]) {
|
| if (key === null) {
|
|
|