| Index: client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
|
| index c2c91269cba301a8499a4a42af4434df0ec171f6..3c6cec8cca7fe4d9cd3ba7c9ed48520eb6dceafd 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBCursorWithValueWrappingImplementation.dart
|
| @@ -11,8 +11,8 @@ class _IDBCursorWithValueWrappingImplementation extends _IDBCursorWrappingImplem
|
| return new _IDBCursorWithValueWrappingImplementation();
|
| }
|
|
|
| - String get value() { return _get__IDBCursorWithValue_value(this); }
|
| - static String _get__IDBCursorWithValue_value(var _this) native;
|
| + IDBAny get value() { return _get__IDBCursorWithValue_value(this); }
|
| + static IDBAny _get__IDBCursorWithValue_value(var _this) native;
|
|
|
| String get typeName() { return "IDBCursorWithValue"; }
|
| }
|
|
|