| Index: client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart
|
| index 92915705638c4d7bbb721cba88fbb0abcc066cc1..4f98e0dda3a2cbf8cf6bedf24bf4f30b55cd41aa 100644
|
| --- a/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_DatabaseSyncWrappingImplementation.dart
|
| @@ -11,6 +11,9 @@ class _DatabaseSyncWrappingImplementation extends DOMWrapperBase implements Data
|
| return new _DatabaseSyncWrappingImplementation();
|
| }
|
|
|
| + String get lastErrorMessage() { return _get_lastErrorMessage(this); }
|
| + static String _get_lastErrorMessage(var _this) native;
|
| +
|
| String get version() { return _get_version(this); }
|
| static String _get_version(var _this) native;
|
|
|
|
|