| Index: pkg/compiler/lib/src/options.dart
|
| diff --git a/pkg/compiler/lib/src/options.dart b/pkg/compiler/lib/src/options.dart
|
| index 98b88e02c7a099b3c3022008b24daa92ae9ed8bc..b1aaeb0f2df0bd3fe786f0146cb4b3e09124a372 100644
|
| --- a/pkg/compiler/lib/src/options.dart
|
| +++ b/pkg/compiler/lib/src/options.dart
|
| @@ -4,8 +4,8 @@
|
|
|
| library dart2js.src.options;
|
|
|
| -import 'commandline_options.dart' show Flags;
|
| import '../compiler.dart' show PackagesDiscoveryProvider;
|
| +import 'commandline_options.dart' show Flags;
|
|
|
| /// Options used for parsing.
|
| ///
|
|
|