| Index: client/dom/generated/src/frog/SVGException.dart
|
| diff --git a/client/dom/generated/src/frog/SVGException.dart b/client/dom/generated/src/frog/SVGException.dart
|
| index 81f3bda576cff7d4b790e0b6cb4b14550aa55447..36c2e0d07dc6949fb25b832a9cd49316758775ba 100644
|
| --- a/client/dom/generated/src/frog/SVGException.dart
|
| +++ b/client/dom/generated/src/frog/SVGException.dart
|
| @@ -7,11 +7,11 @@ class SVGException native "*SVGException" {
|
|
|
| static final int SVG_WRONG_TYPE_ERR = 0;
|
|
|
| - int code;
|
| + int get code() native "return this.code;";
|
|
|
| - String message;
|
| + String get message() native "return this.message;";
|
|
|
| - String name;
|
| + String get name() native "return this.name;";
|
|
|
| String toString() native;
|
|
|
|
|