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

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

Issue 2979463002: Revert "Tweak public APIs and use them in patch_sdk, dart2js, and kernel-service." (Closed)
Patch Set: 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 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
///
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/native_support.dart ('k') | pkg/front_end/lib/src/fasta/source/diet_listener.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698