| Index: client/dom/generated/src/wrapping/_SQLErrorWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_SQLErrorWrappingImplementation.dart b/client/dom/generated/src/wrapping/_SQLErrorWrappingImplementation.dart
|
| index cd2b18e300cc35b9c7329a4bc9ed255fe8ef52a3..1addc67721cb3c3535bd383aebbd4d5a70ee8f5a 100644
|
| --- a/client/dom/generated/src/wrapping/_SQLErrorWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_SQLErrorWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _SQLErrorWrappingImplementation extends DOMWrapperBase implements SQLError
|
| return new _SQLErrorWrappingImplementation();
|
| }
|
|
|
| - int get code() { return _get__SQLError_code(this); }
|
| - static int _get__SQLError_code(var _this) native;
|
| + int get code() { return _get_code(this); }
|
| + static int _get_code(var _this) native;
|
|
|
| - String get message() { return _get__SQLError_message(this); }
|
| - static String _get__SQLError_message(var _this) native;
|
| + String get message() { return _get_message(this); }
|
| + static String _get_message(var _this) native;
|
|
|
| String get typeName() { return "SQLError"; }
|
| }
|
|
|