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

Unified Diff: sdk/lib/html/dart2js/html_dart2js.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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/html/dart2js/html_dart2js.dart
diff --git a/sdk/lib/html/dart2js/html_dart2js.dart b/sdk/lib/html/dart2js/html_dart2js.dart
index ea38b93dfe008a3c2fc6e7a3dad8c14f72107311..e9de90924f2478e9ffb7fe439542e03c4f2d4224 100644
--- a/sdk/lib/html/dart2js/html_dart2js.dart
+++ b/sdk/lib/html/dart2js/html_dart2js.dart
@@ -9163,28 +9163,6 @@ class EmbedElement extends Element native "HTMLEmbedElement" {
// 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.
-
-@DocsEditable
-@DomName('Entity')
-@Experimental // untriaged
-class Entity extends Node native "Entity" {
-
- @DomName('Entity.notationName')
- @DocsEditable
- final String notationName;
-
- @DomName('Entity.publicId')
- @DocsEditable
- final String publicId;
-
- @DomName('Entity.systemId')
- @DocsEditable
- final String systemId;
-}
-// 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.
@@ -24222,6 +24200,28 @@ class _DomPoint native "WebKitPoint" {
@DocsEditable
+@DomName('Entity')
+@Experimental // untriaged
+class _Entity extends Node native "Entity" {
+
+ @DomName('Entity.notationName')
+ @DocsEditable
+ final String notationName;
+
+ @DomName('Entity.publicId')
+ @DocsEditable
+ final String publicId;
+
+ @DomName('Entity.systemId')
+ @DocsEditable
+ final String systemId;
+}
+// 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.
+
+
+@DocsEditable
@DomName('EntryArray')
// http://www.w3.org/TR/file-system-api/#the-entry-interface
@Experimental
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698