Index: client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart |
deleted file mode 100644 |
index 74620fe6cbecc02284d23a1dd49f3409b6795872..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_HTMLDirectoryElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,21 +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 _HTMLDirectoryElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLDirectoryElement { |
- _HTMLDirectoryElementWrappingImplementation() : super() {} |
- |
- static create__HTMLDirectoryElementWrappingImplementation() native { |
- return new _HTMLDirectoryElementWrappingImplementation(); |
- } |
- |
- bool get compact() { return _get_compact(this); } |
- static bool _get_compact(var _this) native; |
- |
- void set compact(bool value) { _set_compact(this, value); } |
- static void _set_compact(var _this, bool value) native; |
- |
- String get typeName() { return "HTMLDirectoryElement"; } |
-} |