Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(535)

Unified Diff: pkg/front_end/lib/src/fasta/parser/parser.dart

Issue 2976543002: Reapply "Tweak public APIs and use them in patch_sdk, dart2js, and kernel-service."" (Closed)
Patch Set: fix Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 5158f046ec9efa7fc51149ea1d5a9b671d96d591..eeb447442f39d3e2b29a57a9eeceb6c75d6a5e88 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
-/// [dart_vm_native.dart](dart_vm_native.dart) to parse the native syntax.
+/// [native_support.dart](native_support.dart) to parse the native syntax.
///
/// #### Implementation of Diet Parsing
///

Powered by Google App Engine
This is Rietveld 408576698