Chromium Code Reviews| Index: lib/compiler/implementation/tree/tree.dart |
| diff --git a/lib/compiler/implementation/tree/tree.dart b/lib/compiler/implementation/tree/tree.dart |
| index 8c0cf1e809ad8a5d7ec19301bd782087f033a5b4..f54c0aaed602f0e2e7e987d8f9365301dfed9604 100644 |
| --- a/lib/compiler/implementation/tree/tree.dart |
| +++ b/lib/compiler/implementation/tree/tree.dart |
| @@ -12,3 +12,4 @@ |
| #source('dartstring.dart'); |
| #source('unparser.dart'); |
| #source('visitors.dart'); |
| +#source('prettyprint.dart'); |
|
Anton Muhin
2012/05/28 06:07:09
I believe we usually try to keep those sorted, Pet
Roman
2012/05/28 12:32:15
Sorted.
|