| Index: client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart
|
| diff --git a/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart b/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart
|
| index 1312f6b882a36fca67aa095acba1121788d8df61..d4881cd16bc7283af9d4a0caf13d325f169f2321 100644
|
| --- a/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart
|
| +++ b/client/html/generated/src/wrapping/_IDBCursorWrappingImplementation.dart
|
| @@ -15,7 +15,7 @@ class IDBCursorWrappingImplementation extends DOMWrapperBase implements IDBCurso
|
|
|
| IDBAny get source() { return LevelDom.wrapIDBAny(_ptr.source); }
|
|
|
| - void continueFunction([IDBKey key = null]) {
|
| + void continueFunction([IDBKey key]) {
|
| if (key === null) {
|
| _ptr.continueFunction();
|
| return;
|
|
|