Index: sdk/lib/html/dartium/html_dartium.dart |
diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart |
index cce397dbb9d1be32522371d1cf60840ce112bc53..fdefb2de7cf63c279085607b20abb6fa93399ce5 100644 |
--- a/sdk/lib/html/dartium/html_dartium.dart |
+++ b/sdk/lib/html/dartium/html_dartium.dart |
@@ -6735,26 +6735,6 @@ class DeviceOrientationEvent extends Event { |
// WARNING: Do not edit - generated code. |
-/// @domName HTMLDirectoryElement |
-class DirectoryElement extends _Element_Merged { |
- DirectoryElement.internal() : super.internal(); |
- |
- |
- /** @domName HTMLDirectoryElement.compact */ |
- bool get compact native "HTMLDirectoryElement_compact_Getter"; |
- |
- |
- /** @domName HTMLDirectoryElement.compact */ |
- void set compact(bool value) native "HTMLDirectoryElement_compact_Setter"; |
- |
-} |
-// Copyright (c) 2012, 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. |
- |
- |
/// @domName DirectoryEntry |
class DirectoryEntry extends Entry { |
DirectoryEntry.internal() : super.internal(); |
@@ -28285,6 +28265,18 @@ class _CssValueList extends CssValue implements List<CssValue> { |
// WARNING: Do not edit - generated code. |
+/// @domName HTMLDirectoryElement |
+class _DirectoryElement extends _Element_Merged { |
+ _DirectoryElement.internal() : super.internal(); |
+ |
+} |
+// Copyright (c) 2012, 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. |
+ |
+ |
/// @domName HTMLElement |
class _Element_Merged extends Element { |
_Element_Merged.internal() : super.internal(); |