| Index: lib/compiler/implementation/dart2js.dart
|
| diff --git a/lib/compiler/implementation/dart2js.dart b/lib/compiler/implementation/dart2js.dart
|
| index 6e6c10ccd4decdd4c3ce5687a5b7224c73c111c4..a2378313cb78e5ca71c6dc459d883b64a999106c 100644
|
| --- a/lib/compiler/implementation/dart2js.dart
|
| +++ b/lib/compiler/implementation/dart2js.dart
|
| @@ -5,9 +5,9 @@
|
| #library('dart2js');
|
|
|
| #import('dart:io');
|
| +#import('dart:uri');
|
| #import('dart:utf');
|
|
|
| -#import('../../uri/uri.dart');
|
| #import('../compiler.dart', prefix: 'api');
|
| #import('colors.dart');
|
| #import('source_file.dart');
|
|
|