| 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
|
|
|