| Index: lib/compiler/implementation/tree/prettyprint.dart
|
| diff --git a/lib/compiler/implementation/tree/prettyprint.dart b/lib/compiler/implementation/tree/prettyprint.dart
|
| index b509d00ac32b1aded9a97007173f2ed74064f4f7..683ab5ae6aada99f224b97bc0519e60a468df2b5 100644
|
| --- a/lib/compiler/implementation/tree/prettyprint.dart
|
| +++ b/lib/compiler/implementation/tree/prettyprint.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;
|
| +
|
| /**
|
| * Pretty-prints Node tree in XML-like format.
|
| *
|
|
|