| Index: client/dom/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart b/client/dom/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart
|
| index b22977bc57cf6ec1f6458c3447dd07ed3d9dbff4..b9656496db8d13dfc74192c4ad5e29f1b7020d5f 100644
|
| --- a/client/dom/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_IDBDatabaseExceptionWrappingImplementation.dart
|
| @@ -11,14 +11,14 @@ class _IDBDatabaseExceptionWrappingImplementation extends DOMWrapperBase impleme
|
| return new _IDBDatabaseExceptionWrappingImplementation();
|
| }
|
|
|
| - int get code() { return _get__IDBDatabaseException_code(this); }
|
| - static int _get__IDBDatabaseException_code(var _this) native;
|
| + int get code() { return _get_code(this); }
|
| + static int _get_code(var _this) native;
|
|
|
| - String get message() { return _get__IDBDatabaseException_message(this); }
|
| - static String _get__IDBDatabaseException_message(var _this) native;
|
| + String get message() { return _get_message(this); }
|
| + static String _get_message(var _this) native;
|
|
|
| - String get name() { return _get__IDBDatabaseException_name(this); }
|
| - static String _get__IDBDatabaseException_name(var _this) native;
|
| + String get name() { return _get_name(this); }
|
| + static String _get_name(var _this) native;
|
|
|
| String toString() {
|
| return _toString(this);
|
|
|