Index: client/dom/generated/src/frog/SVGTitleElement.dart |
diff --git a/client/dom/generated/src/frog/SVGTitleElement.dart b/client/dom/generated/src/frog/SVGTitleElement.dart |
index a6088a48eedd5e2a92d07591719228abb06cec4a..e726c2b6ecd1a38deee5d1c58fe0e5a1c657c089 100644 |
--- a/client/dom/generated/src/frog/SVGTitleElement.dart |
+++ b/client/dom/generated/src/frog/SVGTitleElement.dart |
@@ -1,5 +1,5 @@ |
-class SVGTitleElementJs extends SVGElementJs implements SVGTitleElement native "*SVGTitleElement" { |
+class _SVGTitleElementJs extends _SVGElementJs implements SVGTitleElement native "*SVGTitleElement" { |
// From SVGLangSpace |
@@ -13,9 +13,9 @@ class SVGTitleElementJs extends SVGElementJs implements SVGTitleElement native " |
// 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; |
} |