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

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

Issue 2953703002: Tweak public APIs and use them in patch_sdk, dart2js, and kernel-service (Closed)
Patch Set: cl review updates: cleanup in kernel deserialization 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 1045c3f3303e25473be28428339778c126d103f7..c38cef0cfbbffc1ac0185460c8cfcb645c22545a 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) {}
« no previous file with comments | « pkg/front_end/lib/src/fasta/parser/dart_vm_native.dart ('k') | pkg/front_end/lib/src/fasta/parser/native_support.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698