Chromium Code Reviews| Index: lib/compiler/implementation/leg.dart |
| diff --git a/lib/compiler/implementation/leg.dart b/lib/compiler/implementation/leg.dart |
| index 22586994efc87b3d0567ede7ad88229acbca4b4b..22abc12109161f2284bbaee2422b409f131f9900 100644 |
| --- a/lib/compiler/implementation/leg.dart |
| +++ b/lib/compiler/implementation/leg.dart |
| @@ -16,6 +16,7 @@ |
| #import('source_file.dart'); |
| #import('tree/tree.dart'); |
| #import('util/characters.dart'); |
| +#import('util/source_map_builder.dart'); |
|
ahe
2012/06/20 11:56:59
This doesn't feel like something that belongs in u
podivilov
2012/06/20 14:15:15
Moved to implementation/. Please let me know if th
ahe
2012/06/20 17:08:47
SGTM.
|
| #import('util/util.dart'); |
| #import('../compiler.dart', prefix: 'api'); |