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

Unified Diff: compiler/java/com/google/dart/compiler/ast/LibraryNode.java

Issue 9148026: Recompile unit with potential conflict/dependency on some top-level symbol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase and merge Created 8 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:
View side-by-side diff with in-line comments
Download patch
Index: compiler/java/com/google/dart/compiler/ast/LibraryNode.java
diff --git a/compiler/java/com/google/dart/compiler/ast/LibraryNode.java b/compiler/java/com/google/dart/compiler/ast/LibraryNode.java
index b9f7c9a213380703baa76782a425908d0aa66f61..41227cf56545f483b6938fb402c7aab9b36f8841 100644
--- a/compiler/java/com/google/dart/compiler/ast/LibraryNode.java
+++ b/compiler/java/com/google/dart/compiler/ast/LibraryNode.java
@@ -7,10 +7,7 @@ package com.google.dart.compiler.ast;
import com.google.dart.compiler.common.AbstractNode;
/**
- * An element in a library or application manifest
- *
- * TODO(jgw): This class works with both JSON and the new library syntax. It can be greatly
- * simplified once support for the JSON syntax is removed.
+ * An element in a library.
*/
public class LibraryNode extends AbstractNode {
« no previous file with comments | « compiler/java/com/google/dart/compiler/ast/DartUnit.java ('k') | compiler/java/com/google/dart/compiler/ast/LibraryUnit.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698