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

Unified Diff: pkg/front_end/lib/src/fasta/parser/listener.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/listener.dart
diff --git a/pkg/front_end/lib/src/fasta/parser/listener.dart b/pkg/front_end/lib/src/fasta/parser/listener.dart
index 503f00f7c88cbd4e4d8ad6d1aa996d2a82011096..c4f5e69efce099b8f4d98c4c7c0b1f766b6300b7 100644
--- a/pkg/front_end/lib/src/fasta/parser/listener.dart
+++ b/pkg/front_end/lib/src/fasta/parser/listener.dart
@@ -535,7 +535,7 @@ class Listener {
/// This event can be used to support non-compliant (with respect to Dart
/// Language Specification) Dart VM native clauses. See
- /// [dart_vm_native.dart].
+ /// [native_support.dart].
Link<Token> handleMemberName(Link<Token> identifiers) => identifiers;
void beginMethod(Token token, Token name) {}

Powered by Google App Engine
This is Rietveld 408576698