Index: pkg/front_end/tool/fasta_perf.dart |
diff --git a/pkg/front_end/tool/fasta_perf.dart b/pkg/front_end/tool/fasta_perf.dart |
index d4e8f8f97ae28a2316c89471dd92b4cd1cbd7a7c..035a285a65d37478a6528fb37439a26ef6c78bf7 100644 |
--- a/pkg/front_end/tool/fasta_perf.dart |
+++ b/pkg/front_end/tool/fasta_perf.dart |
@@ -168,7 +168,7 @@ Set<String> extractDirectiveUris(List<int> contents) { |
class DirectiveParser extends ClassMemberParser { |
DirectiveParser(listener) : super(listener); |
- static final _endToken = new SymbolToken(EOF_INFO, -1); |
+ static final _endToken = new SymbolToken.eof(-1); |
Token parseClassOrNamedMixinApplication(Token token) => _endToken; |
Token parseEnum(Token token) => _endToken; |