| Index: client/html/generated/html/dartium/FileException.dart
|
| diff --git a/client/html/generated/html/dartium/FileException.dart b/client/html/generated/html/dartium/FileException.dart
|
| deleted file mode 100644
|
| index bc6a40e98b8a6eb8c888734bcd337e5cf3ccc414..0000000000000000000000000000000000000000
|
| --- a/client/html/generated/html/dartium/FileException.dart
|
| +++ /dev/null
|
| @@ -1,14 +0,0 @@
|
| -
|
| -class _FileExceptionImpl extends _DOMTypeBase implements FileException {
|
| - _FileExceptionImpl._wrap(ptr) : super._wrap(ptr);
|
| -
|
| - int get code() => _wrap(_ptr.code);
|
| -
|
| - String get message() => _wrap(_ptr.message);
|
| -
|
| - String get name() => _wrap(_ptr.name);
|
| -
|
| - String toString() {
|
| - return _wrap(_ptr.toString());
|
| - }
|
| -}
|
|
|