| Index: lib/compiler/implementation/tree/visitors.dart
|
| diff --git a/lib/compiler/implementation/tree/visitors.dart b/lib/compiler/implementation/tree/visitors.dart
|
| index bab85b0b5e59a0e0b902c84f8ef740f7d6f61c79..9096cff5b08217965263b40966aaa04ab7b4d3a2 100644
|
| --- a/lib/compiler/implementation/tree/visitors.dart
|
| +++ b/lib/compiler/implementation/tree/visitors.dart
|
| @@ -2,6 +2,8 @@
|
| // 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.
|
|
|
| +part of tree;
|
| +
|
| /**
|
| * This visitor takes another visitor and applies it to every
|
| * node in the tree. There is currently no way to control the
|
|
|