| Index: client/dom/generated/src/frog/FileError.dart
|
| diff --git a/client/dom/generated/src/frog/FileError.dart b/client/dom/generated/src/frog/FileError.dart
|
| index 66990d8c02068c70142c8de10b2946330f6c66ab..03c1f911c6da2bc0867adb44e3cb960d8dd835cc 100644
|
| --- a/client/dom/generated/src/frog/FileError.dart
|
| +++ b/client/dom/generated/src/frog/FileError.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class FileErrorJS implements FileError native "*FileError" {
|
| +class FileErrorJs extends DOMTypeJs implements FileError native "*FileError" {
|
|
|
| static final int ABORT_ERR = 3;
|
|
|
| @@ -26,8 +26,4 @@ class FileErrorJS implements FileError native "*FileError" {
|
| static final int TYPE_MISMATCH_ERR = 11;
|
|
|
| int get code() native "return this.code;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|