| Index: client/dom/generated/src/frog/FileException.dart
|
| diff --git a/client/dom/generated/src/frog/FileException.dart b/client/dom/generated/src/frog/FileException.dart
|
| index 6cef62e1830bed5cb2b78ebd912e8a267a2b2e68..69435067518636b8ef3b5764b421a4e6017f45c6 100644
|
| --- a/client/dom/generated/src/frog/FileException.dart
|
| +++ b/client/dom/generated/src/frog/FileException.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class FileExceptionJS implements FileException native "*FileException" {
|
| +class FileExceptionJs extends DOMTypeJs implements FileException native "*FileException" {
|
|
|
| static final int ABORT_ERR = 3;
|
|
|
| @@ -32,8 +32,4 @@ class FileExceptionJS implements FileException native "*FileException" {
|
| String get name() native "return this.name;";
|
|
|
| String toString() native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|