Index: pkg/front_end/lib/src/fasta/parser/parser.dart |
diff --git a/pkg/front_end/lib/src/fasta/parser/parser.dart b/pkg/front_end/lib/src/fasta/parser/parser.dart |
index eeb447442f39d3e2b29a57a9eeceb6c75d6a5e88..5158f046ec9efa7fc51149ea1d5a9b671d96d591 100644 |
--- a/pkg/front_end/lib/src/fasta/parser/parser.dart |
+++ b/pkg/front_end/lib/src/fasta/parser/parser.dart |
@@ -280,7 +280,7 @@ enum TypeContinuation { |
/// [parseFunctionBody]. This method will report an unrecoverable error to the |
/// listener with the code [fasta.codeExpectedFunctionBody]. The listener can |
/// then look at the error code and the token and use the methods in |
-/// [native_support.dart](native_support.dart) to parse the native syntax. |
+/// [dart_vm_native.dart](dart_vm_native.dart) to parse the native syntax. |
/// |
/// #### Implementation of Diet Parsing |
/// |