| Index: client/dom/generated/src/frog/SVGPaint.dart
|
| diff --git a/client/dom/generated/src/frog/SVGPaint.dart b/client/dom/generated/src/frog/SVGPaint.dart
|
| index 037974c39616fce7e718786f466eb55a410c305c..13ae4e8ea1169746cef30272735daf540a93646d 100644
|
| --- a/client/dom/generated/src/frog/SVGPaint.dart
|
| +++ b/client/dom/generated/src/frog/SVGPaint.dart
|
| @@ -21,9 +21,9 @@ class _SVGPaintJs extends _SVGColorJs implements SVGPaint native "*SVGPaint" {
|
|
|
| static final int SVG_PAINTTYPE_URI_RGBCOLOR_ICCCOLOR = 106;
|
|
|
| - int get paintType() native "return this.paintType;";
|
| + final int paintType;
|
|
|
| - String get uri() native "return this.uri;";
|
| + final String uri;
|
|
|
| void setPaint(int paintType, String uri, String rgbColor, String iccColor) native;
|
|
|
|
|