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

Unified Diff: pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart

Issue 2726533002: [Fasta] Save parent in TypeDeclarationBuilder (Closed)
Patch Set: Updated status files Created 3 years, 10 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
« no previous file with comments | « no previous file | tests/co19/co19-kernel.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart
diff --git a/pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart b/pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart
index 2b14e59be673799a15ae4f56dd4cbcd401bf6a03..e0cc77191e7c5e9c3597e75a2def9e76abe4f584 100644
--- a/pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart
+++ b/pkg/front_end/lib/src/fasta/builder/type_declaration_builder.dart
@@ -23,7 +23,7 @@ abstract class TypeDeclarationBuilder<T extends TypeBuilder, R>
final String relativeFileUri;
TypeDeclarationBuilder(
- this.metadata, this.modifiers, this.name, Builder parent, int charOffset,
+ this.metadata, this.modifiers, this.name, this.parent, int charOffset,
[Uri fileUri])
: fileUri = fileUri ?? parent?.fileUri,
relativeFileUri =
« no previous file with comments | « no previous file | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698