| 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 3c6cec8cca7fe4d9cd3ba7c9ed48520eb6dceafd..a42c671488615ae9c65e6c6fbcf59e184b9fb017 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();
|
| }
|
|
|
| - IDBAny get value() { return _get__IDBCursorWithValue_value(this); }
|
| - static IDBAny _get__IDBCursorWithValue_value(var _this) native;
|
| + IDBAny get value() { return _get_value(this); }
|
| + static IDBAny _get_value(var _this) native;
|
|
|
| String get typeName() { return "IDBCursorWithValue"; }
|
| }
|
|
|