Index: client/dom/generated/src/wrapping/_CSSRuleWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_CSSRuleWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSRuleWrappingImplementation.dart |
deleted file mode 100644 |
index 729a9a1e202130ec342e083f5c2a85451dd4b104..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_CSSRuleWrappingImplementation.dart |
+++ /dev/null |
@@ -1,30 +0,0 @@ |
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
-// for details. All rights reserved. Use of this source code is governed by a |
-// BSD-style license that can be found in the LICENSE file. |
- |
-// WARNING: Do not edit - generated code. |
- |
-class _CSSRuleWrappingImplementation extends DOMWrapperBase implements CSSRule { |
- _CSSRuleWrappingImplementation() : super() {} |
- |
- static create__CSSRuleWrappingImplementation() native { |
- return new _CSSRuleWrappingImplementation(); |
- } |
- |
- String get cssText() { return _get_cssText(this); } |
- static String _get_cssText(var _this) native; |
- |
- void set cssText(String value) { _set_cssText(this, value); } |
- static void _set_cssText(var _this, String value) native; |
- |
- CSSRule get parentRule() { return _get_parentRule(this); } |
- static CSSRule _get_parentRule(var _this) native; |
- |
- CSSStyleSheet get parentStyleSheet() { return _get_parentStyleSheet(this); } |
- static CSSStyleSheet _get_parentStyleSheet(var _this) native; |
- |
- int get type() { return _get_type(this); } |
- static int _get_type(var _this) native; |
- |
- String get typeName() { return "CSSRule"; } |
-} |