Index: client/dom/generated/src/frog/SVGClipPathElement.dart |
diff --git a/client/dom/generated/src/frog/SVGClipPathElement.dart b/client/dom/generated/src/frog/SVGClipPathElement.dart |
index 7397b97fccb8e5d64f758d005cb665673bacf870..06023e6d55ea0ac03a876616c544b1e17aff0f11 100644 |
--- a/client/dom/generated/src/frog/SVGClipPathElement.dart |
+++ b/client/dom/generated/src/frog/SVGClipPathElement.dart |
@@ -1,15 +1,15 @@ |
-class SVGClipPathElementJs extends SVGElementJs implements SVGClipPathElement native "*SVGClipPathElement" { |
+class _SVGClipPathElementJs extends _SVGElementJs implements SVGClipPathElement native "*SVGClipPathElement" { |
- SVGAnimatedEnumerationJs get clipPathUnits() native "return this.clipPathUnits;"; |
+ _SVGAnimatedEnumerationJs get clipPathUnits() native "return this.clipPathUnits;"; |
// From SVGTests |
- SVGStringListJs get requiredExtensions() native "return this.requiredExtensions;"; |
+ _SVGStringListJs get requiredExtensions() native "return this.requiredExtensions;"; |
- SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;"; |
+ _SVGStringListJs get requiredFeatures() native "return this.requiredFeatures;"; |
- SVGStringListJs get systemLanguage() native "return this.systemLanguage;"; |
+ _SVGStringListJs get systemLanguage() native "return this.systemLanguage;"; |
bool hasExtension(String extension) native; |
@@ -25,31 +25,31 @@ class SVGClipPathElementJs extends SVGElementJs implements SVGClipPathElement na |
// From SVGExternalResourcesRequired |
- SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;"; |
+ _SVGAnimatedBooleanJs get externalResourcesRequired() native "return this.externalResourcesRequired;"; |
// 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; |
// From SVGTransformable |
- SVGAnimatedTransformListJs get transform() native "return this.transform;"; |
+ _SVGAnimatedTransformListJs get transform() native "return this.transform;"; |
// From SVGLocatable |
- SVGElementJs get farthestViewportElement() native "return this.farthestViewportElement;"; |
+ _SVGElementJs get farthestViewportElement() native "return this.farthestViewportElement;"; |
- SVGElementJs get nearestViewportElement() native "return this.nearestViewportElement;"; |
+ _SVGElementJs get nearestViewportElement() native "return this.nearestViewportElement;"; |
- SVGRectJs getBBox() native; |
+ _SVGRectJs getBBox() native; |
- SVGMatrixJs getCTM() native; |
+ _SVGMatrixJs getCTM() native; |
- SVGMatrixJs getScreenCTM() native; |
+ _SVGMatrixJs getScreenCTM() native; |
- SVGMatrixJs getTransformToElement(SVGElementJs element) native; |
+ _SVGMatrixJs getTransformToElement(_SVGElementJs element) native; |
} |