Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1127)

Unified Diff: sdk/lib/html/dartium/html_dartium.dart

Issue 11880036: Removing HTML elements by making them private. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Working! Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « sdk/lib/html/dart2js/html_dart2js.dart ('k') | tools/dom/scripts/htmlrenamer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698