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

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

Issue 11312081: Issue 6251. Resolve and rename [id] references in documentation comments (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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/DartUnit.java
diff --git a/compiler/java/com/google/dart/compiler/ast/DartUnit.java b/compiler/java/com/google/dart/compiler/ast/DartUnit.java
index 063455ee721c8a9dfd0e50775633492fa3e510d9..8959f525ef464d998d440f8c45e9843962fb7311 100644
--- a/compiler/java/com/google/dart/compiler/ast/DartUnit.java
+++ b/compiler/java/com/google/dart/compiler/ast/DartUnit.java
@@ -56,7 +56,6 @@ public class DartUnit extends DartNode {
public void visitChildren(ASTVisitor<?> visitor) {
directives.accept(visitor);
topLevelNodes.accept(visitor);
- comments.accept(visitor);
}
@Override

Powered by Google App Engine
This is Rietveld 408576698