| 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 5aa02627e889e05e8dd482812987405b1df5aabb..ac7e1849810605c63ddadaf92167dcc52c19363b 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBObjectStoreWrappingImplementation.dart
|
| @@ -20,7 +20,7 @@ class _IDBObjectStoreWrappingImplementation extends DOMWrapperBase implements ID
|
| IDBTransaction get transaction() { return _get_transaction(this); }
|
| static IDBTransaction _get_transaction(var _this) native;
|
|
|
| - IDBRequest add(String value, [IDBKey key = null]) {
|
| + IDBRequest add(Dynamic/*SerializedScriptValue*/ value, [IDBKey key = null]) {
|
| if (key === null) {
|
| return _add(this, value);
|
| } else {
|
| @@ -89,7 +89,7 @@ class _IDBObjectStoreWrappingImplementation extends DOMWrapperBase implements ID
|
| static IDBRequest _openCursor_2(receiver, range) native;
|
| static IDBRequest _openCursor_3(receiver, range, direction) native;
|
|
|
| - IDBRequest put(String value, [IDBKey key = null]) {
|
| + IDBRequest put(Dynamic/*SerializedScriptValue*/ value, [IDBKey key = null]) {
|
| if (key === null) {
|
| return _put(this, value);
|
| } else {
|
|
|