| Index: client/dom/generated/src/frog/SVGDescElement.dart
|
| diff --git a/client/dom/generated/src/frog/SVGDescElement.dart b/client/dom/generated/src/frog/SVGDescElement.dart
|
| index f07f357b36b007760097e38e06b6cd2883cfd356..e37b2d030df1782d244b8b44e297e7f27c6b806c 100644
|
| --- a/client/dom/generated/src/frog/SVGDescElement.dart
|
| +++ b/client/dom/generated/src/frog/SVGDescElement.dart
|
| @@ -1,5 +1,5 @@
|
|
|
| -class SVGDescElementJS extends SVGElementJS implements SVGDescElement native "*SVGDescElement" {
|
| +class SVGDescElementJs extends SVGElementJs implements SVGDescElement native "*SVGDescElement" {
|
|
|
| // From SVGLangSpace
|
|
|
| @@ -13,9 +13,9 @@ class SVGDescElementJS extends SVGElementJS implements SVGDescElement native "*S
|
|
|
| // 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;
|
| }
|
|
|