| 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 471ebf67009e3fae95df3fa00559fe8705e99e8c..6470d1f83386991b3063038c6fa6f8f0453061f6 100644
|
| --- a/pkg/compiler/lib/src/parser/parser_task.dart
|
| +++ b/pkg/compiler/lib/src/parser/parser_task.dart
|
| @@ -25,7 +25,7 @@ class ParserTask extends CompilerTask {
|
| String get name => 'Parser';
|
|
|
| Node parse(ElementX element) {
|
| - return measure(() => element.parseNode(compiler.parsing));
|
| + return measure(() => element.parseNode(compiler.parsingContext));
|
| }
|
|
|
| Node parseCompilationUnit(Token token) {
|
|
|