Index: client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart |
diff --git a/client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart b/client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart |
deleted file mode 100644 |
index 6ff837a6dd46b49c349845e05c75511337aca3e9..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/dartium/SVGFilterPrimitiveStandardAttributes.dart |
+++ /dev/null |
@@ -1,14 +0,0 @@ |
- |
-class _SVGFilterPrimitiveStandardAttributesImpl extends _SVGStylableImpl implements SVGFilterPrimitiveStandardAttributes { |
- _SVGFilterPrimitiveStandardAttributesImpl._wrap(ptr) : super._wrap(ptr); |
- |
- SVGAnimatedLength get height() => _wrap(_ptr.height); |
- |
- SVGAnimatedString get result() => _wrap(_ptr.result); |
- |
- SVGAnimatedLength get width() => _wrap(_ptr.width); |
- |
- SVGAnimatedLength get x() => _wrap(_ptr.x); |
- |
- SVGAnimatedLength get y() => _wrap(_ptr.y); |
-} |