| Index: client/dom/generated/src/frog/SQLException.dart
|
| diff --git a/client/dom/generated/src/frog/SQLException.dart b/client/dom/generated/src/frog/SQLException.dart
|
| index 64dbda84cd9d8345dc931f1d699a044763bc7261..faf6b2f39726bb4f61a86165d68d31d1fd965034 100644
|
| --- a/client/dom/generated/src/frog/SQLException.dart
|
| +++ b/client/dom/generated/src/frog/SQLException.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SQLExceptionJS implements SQLException native "*SQLException" {
|
| +class SQLExceptionJs extends DOMTypeJs implements SQLException native "*SQLException" {
|
|
|
| static final int CONSTRAINT_ERR = 6;
|
|
|
| @@ -20,8 +20,4 @@ class SQLExceptionJS implements SQLException native "*SQLException" {
|
| int get code() native "return this.code;";
|
|
|
| String get message() native "return this.message;";
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|