Index: client/dom/generated/src/wrapping/_IDBCursorWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_IDBCursorWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBCursorWrappingImplementation.dart |
index c67760da1565bf7cb021d8191af136694731fb54..41e8e468f2a7c4483cb6515497ba5b97d297372a 100644 |
--- a/client/dom/generated/src/wrapping/_IDBCursorWrappingImplementation.dart |
+++ b/client/dom/generated/src/wrapping/_IDBCursorWrappingImplementation.dart |
@@ -40,7 +40,7 @@ class _IDBCursorWrappingImplementation extends DOMWrapperBase implements IDBCurs |
} |
static IDBRequest _delete(receiver) native; |
- IDBRequest update(String value) { |
+ IDBRequest update(Dynamic value) { |
return _update(this, value); |
} |
static IDBRequest _update(receiver, value) native; |