Index: client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart b/client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart |
deleted file mode 100644 |
index 2780132b8e73da2ff959b3af5be58bb5e7d42d76..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_CSSValueWrappingImplementation.dart |
+++ /dev/null |
@@ -1,24 +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 _CSSValueWrappingImplementation extends DOMWrapperBase implements CSSValue { |
- _CSSValueWrappingImplementation() : super() {} |
- |
- static create__CSSValueWrappingImplementation() native { |
- return new _CSSValueWrappingImplementation(); |
- } |
- |
- 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; |
- |
- int get cssValueType() { return _get_cssValueType(this); } |
- static int _get_cssValueType(var _this) native; |
- |
- String get typeName() { return "CSSValue"; } |
-} |