Index: client/html/generated/html/frog/SVGFEMergeElement.dart |
diff --git a/client/html/generated/html/frog/SVGFEMergeElement.dart b/client/html/generated/html/frog/SVGFEMergeElement.dart |
deleted file mode 100644 |
index f58f8780b9671b76addff3d829c9a1a3094a5b7a..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/SVGFEMergeElement.dart |
+++ /dev/null |
@@ -1,24 +0,0 @@ |
- |
-class _SVGFEMergeElementImpl extends _SVGElementImpl implements SVGFEMergeElement native "*SVGFEMergeElement" { |
- |
- // From SVGFilterPrimitiveStandardAttributes |
- |
- final _SVGAnimatedLengthImpl height; |
- |
- final _SVGAnimatedStringImpl result; |
- |
- final _SVGAnimatedLengthImpl width; |
- |
- final _SVGAnimatedLengthImpl x; |
- |
- final _SVGAnimatedLengthImpl y; |
- |
- // From SVGStylable |
- |
- _SVGAnimatedStringImpl get _svgClassName() native "return this.className;"; |
- |
- // Use implementation from Element. |
- // final _CSSStyleDeclarationImpl style; |
- |
- _CSSValueImpl getPresentationAttribute(String name) native; |
-} |