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

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

Issue 16049006: Hiding dart:html's Entity (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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 f5a4b1a199cb20ce0631965f750924e977921399..1942b0993f5fecf2e50671d390415c6c8e8b2dbc 100644
--- a/sdk/lib/html/dartium/html_dartium.dart
+++ b/sdk/lib/html/dartium/html_dartium.dart
@@ -9496,32 +9496,6 @@ class EmbedElement extends _Element_Merged {
// WARNING: Do not edit - generated code.
-@DocsEditable
-@DomName('Entity')
-@Experimental // untriaged
-class Entity extends Node {
- Entity.internal() : super.internal();
-
- @DomName('Entity.notationName')
- @DocsEditable
- String get notationName native "Entity_notationName_Getter";
-
- @DomName('Entity.publicId')
- @DocsEditable
- String get publicId native "Entity_publicId_Getter";
-
- @DomName('Entity.systemId')
- @DocsEditable
- String get systemId native "Entity_systemId_Getter";
-
-}
-// 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('EntriesCallback')
// http://www.w3.org/TR/file-system-api/#the-entriescallback-interface
@Experimental
@@ -25975,6 +25949,32 @@ class _Element_Merged extends Element {
@DocsEditable
+@DomName('Entity')
+@Experimental // untriaged
+class _Entity extends Node {
+ _Entity.internal() : super.internal();
+
+ @DomName('Entity.notationName')
+ @DocsEditable
+ String get notationName native "Entity_notationName_Getter";
+
+ @DomName('Entity.publicId')
+ @DocsEditable
+ String get publicId native "Entity_publicId_Getter";
+
+ @DomName('Entity.systemId')
+ @DocsEditable
+ String get systemId native "Entity_systemId_Getter";
+
+}
+// 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.
+
+
+@DocsEditable
@DomName('EntryArray')
// http://www.w3.org/TR/file-system-api/#the-entry-interface
@Experimental
« 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