Index: client/html/generated/html/frog/SVGStyleElement.dart |
diff --git a/client/html/generated/html/frog/SVGStyleElement.dart b/client/html/generated/html/frog/SVGStyleElement.dart |
deleted file mode 100644 |
index 62d9cf94da05b1956cf811d6a373df2285c3db67..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/SVGStyleElement.dart |
+++ /dev/null |
@@ -1,20 +0,0 @@ |
- |
-class _SVGStyleElementImpl extends _SVGElementImpl implements SVGStyleElement native "*SVGStyleElement" { |
- |
- bool disabled; |
- |
- String media; |
- |
- // Shadowing definition. |
- String get title() native "return this.title;"; |
- |
- void set title(String value) native "this.title = value;"; |
- |
- String type; |
- |
- // From SVGLangSpace |
- |
- String xmllang; |
- |
- String xmlspace; |
-} |