| Index: client/dom/generated/src/wrapping/_FileExceptionWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_FileExceptionWrappingImplementation.dart b/client/dom/generated/src/wrapping/_FileExceptionWrappingImplementation.dart
|
| index c3f6bb90de12263b24d9ae9f81ce01a43cc2457f..4a6534c832ad69689449fd8863fd3beaa2661b69 100644
|
| --- a/client/dom/generated/src/wrapping/_FileExceptionWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_FileExceptionWrappingImplementation.dart
|
| @@ -20,5 +20,10 @@ class _FileExceptionWrappingImplementation extends DOMWrapperBase implements Fil
|
| String get name() { return _get__FileException_name(this); }
|
| static String _get__FileException_name(var _this) native;
|
|
|
| + String toString() {
|
| + return _toString(this);
|
| + }
|
| + static String _toString(receiver) native;
|
| +
|
| String get typeName() { return "FileException"; }
|
| }
|
|
|