| 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 ec9ff409e58cff27eccc80830af4fd897afb6dfb..9cc237f8ef40b87a64f4eb5728e74d8d77d7a213 100644
|
| --- a/client/dom/generated/src/frog/SVGFEComponentTransferElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFEComponentTransferElement.dart
|
| @@ -1,25 +1,25 @@
|
|
|
| -class SVGFEComponentTransferElementJs extends SVGElementJs implements SVGFEComponentTransferElement native "*SVGFEComponentTransferElement" {
|
| +class _SVGFEComponentTransferElementJs extends _SVGElementJs implements SVGFEComponentTransferElement native "*SVGFEComponentTransferElement" {
|
|
|
| - SVGAnimatedStringJs get in1() native "return this.in1;";
|
| + _SVGAnimatedStringJs get in1() native "return this.in1;";
|
|
|
| // From SVGFilterPrimitiveStandardAttributes
|
|
|
| - SVGAnimatedLengthJs get height() native "return this.height;";
|
| + _SVGAnimatedLengthJs get height() native "return this.height;";
|
|
|
| - SVGAnimatedStringJs get result() native "return this.result;";
|
| + _SVGAnimatedStringJs get result() native "return this.result;";
|
|
|
| - SVGAnimatedLengthJs get width() native "return this.width;";
|
| + _SVGAnimatedLengthJs get width() native "return this.width;";
|
|
|
| - SVGAnimatedLengthJs get x() native "return this.x;";
|
| + _SVGAnimatedLengthJs get x() native "return this.x;";
|
|
|
| - SVGAnimatedLengthJs get y() native "return this.y;";
|
| + _SVGAnimatedLengthJs get y() native "return this.y;";
|
|
|
| // From SVGStylable
|
|
|
| - SVGAnimatedStringJs get className() native "return this.className;";
|
| + _SVGAnimatedStringJs get className() native "return this.className;";
|
|
|
| - CSSStyleDeclarationJs get style() native "return this.style;";
|
| + _CSSStyleDeclarationJs get style() native "return this.style;";
|
|
|
| - CSSValueJs getPresentationAttribute(String name) native;
|
| + _CSSValueJs getPresentationAttribute(String name) native;
|
| }
|
|
|