Index: client/html/generated/html/frog/CSSStyleSheet.dart |
diff --git a/client/html/generated/html/frog/CSSStyleSheet.dart b/client/html/generated/html/frog/CSSStyleSheet.dart |
deleted file mode 100644 |
index 1e5f21718315b361a009c14f37f0822424c4669f..0000000000000000000000000000000000000000 |
--- a/client/html/generated/html/frog/CSSStyleSheet.dart |
+++ /dev/null |
@@ -1,17 +0,0 @@ |
- |
-class _CSSStyleSheetImpl extends _StyleSheetImpl implements CSSStyleSheet native "*CSSStyleSheet" { |
- |
- final _CSSRuleListImpl cssRules; |
- |
- final _CSSRuleImpl ownerRule; |
- |
- final _CSSRuleListImpl rules; |
- |
- int addRule(String selector, String style, [int index = null]) native; |
- |
- void deleteRule(int index) native; |
- |
- int insertRule(String rule, int index) native; |
- |
- void removeRule(int index) native; |
-} |