| Index: client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
|
| index 315f8305839ee28f2632034e4864512789ecc430..1d5c84c7687a85d4fe0efa6dc7f3b80f1ffe4bf3 100644
|
| --- a/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGFESpecularLightingElement.dart
|
| @@ -1,31 +1,31 @@
|
|
|
| -class SVGFESpecularLightingElement extends SVGElement native "*SVGFESpecularLightingElement" {
|
| +class SVGFESpecularLightingElementJS extends SVGElementJS implements SVGFESpecularLightingElement native "*SVGFESpecularLightingElement" {
|
|
|
| - SVGAnimatedString get in1() native "return this.in1;";
|
| + SVGAnimatedStringJS get in1() native "return this.in1;";
|
|
|
| - SVGAnimatedNumber get specularConstant() native "return this.specularConstant;";
|
| + SVGAnimatedNumberJS get specularConstant() native "return this.specularConstant;";
|
|
|
| - SVGAnimatedNumber get specularExponent() native "return this.specularExponent;";
|
| + SVGAnimatedNumberJS get specularExponent() native "return this.specularExponent;";
|
|
|
| - SVGAnimatedNumber get surfaceScale() native "return this.surfaceScale;";
|
| + SVGAnimatedNumberJS get surfaceScale() native "return this.surfaceScale;";
|
|
|
| // 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;
|
| }
|
|
|