| Index: client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| diff --git a/client/dom/generated/src/frog/SVGRenderingIntent.dart b/client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| index e7d67eba651ef9a036179254afd4ed5ae6ab32c6..8026bb63bcb8604c40cad4755459ba77bed7f024 100644
|
| --- a/client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| +++ b/client/dom/generated/src/frog/SVGRenderingIntent.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SVGRenderingIntentJS implements SVGRenderingIntent native "*SVGRenderingIntent" {
|
| +class SVGRenderingIntentJs extends DOMTypeJs implements SVGRenderingIntent native "*SVGRenderingIntent" {
|
|
|
| static final int RENDERING_INTENT_ABSOLUTE_COLORIMETRIC = 5;
|
|
|
| @@ -12,8 +12,4 @@ class SVGRenderingIntentJS implements SVGRenderingIntent native "*SVGRenderingIn
|
| static final int RENDERING_INTENT_SATURATION = 4;
|
|
|
| static final int RENDERING_INTENT_UNKNOWN = 0;
|
| -
|
| - var dartObjectLocalStorage;
|
| -
|
| - String get typeName() native;
|
| }
|
|
|