| Index: client/dom/generated/src/frog/SVGFEComponentTransferElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFEComponentTransferElement.dart b/client/dom/generated/src/frog/SVGFEComponentTransferElement.dart
|
| index 6288633a1d04d9c50180eba23d55142b5030b034..74853a44965c02f9a43603ee3ee1a1efaec776d6 100644
|
| --- a/client/dom/generated/src/frog/SVGFEComponentTransferElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFEComponentTransferElement.dart
|
| @@ -1,25 +1,25 @@
|
|
|
| -class SVGFEComponentTransferElement extends SVGElement native "*SVGFEComponentTransferElement" {
|
| +class SVGFEComponentTransferElementJS extends SVGElementJS implements SVGFEComponentTransferElement native "*SVGFEComponentTransferElement" {
|
|
|
| - SVGAnimatedString get in1() native "return this.in1;";
|
| + SVGAnimatedStringJS get in1() native "return this.in1;";
|
|
|
| // From SVGFilterPrimitiveStandardAttributes
|
|
|
| - SVGAnimatedLength get height() native "return this.height;";
|
| + SVGAnimatedLengthJS get height() native "return this.height;";
|
|
|
| - SVGAnimatedString get result() native "return this.result;";
|
| + SVGAnimatedStringJS get result() native "return this.result;";
|
|
|
| - SVGAnimatedLength get width() native "return this.width;";
|
| + SVGAnimatedLengthJS get width() native "return this.width;";
|
|
|
| - SVGAnimatedLength get x() native "return this.x;";
|
| + SVGAnimatedLengthJS get x() native "return this.x;";
|
|
|
| - SVGAnimatedLength get y() native "return this.y;";
|
| + SVGAnimatedLengthJS get y() native "return this.y;";
|
|
|
| // From SVGStylable
|
|
|
| - SVGAnimatedString get className() native "return this.className;";
|
| + SVGAnimatedStringJS get className() native "return this.className;";
|
|
|
| - CSSStyleDeclaration get style() native "return this.style;";
|
| + CSSStyleDeclarationJS get style() native "return this.style;";
|
|
|
| - CSSValue getPresentationAttribute(String name) native;
|
| + CSSValueJS getPresentationAttribute(String name) native;
|
| }
|
|
|