| Index: client/dom/generated/src/frog/XMLHttpRequestException.dart
|
| diff --git a/client/dom/generated/src/frog/XMLHttpRequestException.dart b/client/dom/generated/src/frog/XMLHttpRequestException.dart
|
| index e39fd158d4556987f2ed9fe33da4789c3f1f6ae8..45e607460af69c3c71d4f2842df76adf727875c3 100644
|
| --- a/client/dom/generated/src/frog/XMLHttpRequestException.dart
|
| +++ b/client/dom/generated/src/frog/XMLHttpRequestException.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class XMLHttpRequestExceptionJS implements XMLHttpRequestException native "*XMLHttpRequestException" {
|
| +class XMLHttpRequestExceptionJs extends DOMTypeJs implements XMLHttpRequestException native "*XMLHttpRequestException" {
|
|
|
| static final int ABORT_ERR = 102;
|
|
|
| @@ -12,8 +12,4 @@ class XMLHttpRequestExceptionJS implements XMLHttpRequestException native "*XMLH
|
| String get name() native "return this.name;";
|
|
|
| String toString() native;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|