| Index: pkg/compiler/lib/src/parser/parser_task.dart
|
| diff --git a/pkg/compiler/lib/src/parser/parser_task.dart b/pkg/compiler/lib/src/parser/parser_task.dart
|
| index 24429addcc9db3b0213a2ad08c1684ff3d70fe83..0a84c1263f116d3469c3f1a3417b37d30fa74d1e 100644
|
| --- a/pkg/compiler/lib/src/parser/parser_task.dart
|
| +++ b/pkg/compiler/lib/src/parser/parser_task.dart
|
| @@ -4,12 +4,11 @@
|
|
|
| library dart2js.parser.task;
|
|
|
| +import '../common.dart';
|
| import '../common/tasks.dart' show
|
| CompilerTask;
|
| import '../compiler.dart' show
|
| Compiler;
|
| -import '../diagnostics/invariant.dart' show
|
| - invariant;
|
| import '../elements/modelx.dart' show
|
| ElementX;
|
| import '../tokens/token.dart' show
|
|
|