| 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 b8f85ffcd8b1235ad38965146383069c809868a2..a0e900a4a5c8030d984f2b70f22478d38f1d6c23 100644
|
| --- a/pkg/compiler/lib/src/parser/parser_task.dart
|
| +++ b/pkg/compiler/lib/src/parser/parser_task.dart
|
| @@ -18,8 +18,9 @@ import '../tree/tree.dart' show
|
| Node;
|
|
|
| import 'listener.dart' show
|
| - NodeListener,
|
| ParserError;
|
| +import 'node_listener.dart' show
|
| + NodeListener;
|
| import 'parser.dart' show
|
| Parser;
|
|
|
|
|