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

Unified Diff: lib/html/dart2js/html_dart2js.dart

Side-by-side diff isn't available for this file because of its large size.
Issue 11146025: Suppress creation of Entity class (it's not being used. We can un-suppress later (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/html/dart2js/html_dart2js.dart
===================================================================
--- lib/html/dart2js/html_dart2js.dart (revision 13669)
+++ lib/html/dart2js/html_dart2js.dart (working copy)
@@ -12548,33 +12548,6 @@
// WARNING: Do not edit - generated code.
-/// @domName Entity
-abstract class Entity implements Node {
-
- /** @domName Entity.notationName */
- abstract String get notationName;
-
- /** @domName Entity.publicId */
- abstract String get publicId;
-
- /** @domName Entity.systemId */
- abstract String get systemId;
-}
-
-class _EntityImpl extends _NodeImpl implements Entity native "*Entity" {
-
- final String notationName;
-
- final String publicId;
-
- 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.
-
/// @domName EntityReference
abstract class EntityReference implements Node {
}
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698