| Index: client/dom/generated/src/interface/SVGException.dart
|
| diff --git a/client/dom/generated/src/interface/SVGException.dart b/client/dom/generated/src/interface/SVGException.dart
|
| index ebae8793ec2cf9237924d1c54583cb363f37de54..a38f5a29196098f36316123daf3b3216bbccf626 100644
|
| --- a/client/dom/generated/src/interface/SVGException.dart
|
| +++ b/client/dom/generated/src/interface/SVGException.dart
|
| @@ -12,11 +12,11 @@ interface SVGException {
|
|
|
| static final int SVG_WRONG_TYPE_ERR = 0;
|
|
|
| - int get code();
|
| + final int code;
|
|
|
| - String get message();
|
| + final String message;
|
|
|
| - String get name();
|
| + final String name;
|
|
|
| String toString();
|
| }
|
|
|