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

Unified Diff: pkg/kernel/lib/frontend/super_initializers.dart

Issue 2850783002: Dart SDK Spelling b, c, and d. (Closed)
Patch Set: Created 3 years, 8 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 | « pkg/front_end/tool/fasta_perf.dart ('k') | pkg/kernel/lib/transformations/treeshaker.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/kernel/lib/frontend/super_initializers.dart
diff --git a/pkg/kernel/lib/frontend/super_initializers.dart b/pkg/kernel/lib/frontend/super_initializers.dart
index ad8624daf6f02bc2e39f4aa3ed374bc21470f531..0dd39251b1affd433516a04117502307ccf6bf03 100644
--- a/pkg/kernel/lib/frontend/super_initializers.dart
+++ b/pkg/kernel/lib/frontend/super_initializers.dart
@@ -33,8 +33,8 @@ void moveSuperInitializerLast(Constructor node) {
// [LocalInitializer]s.
initializers.length += argumentCount;
initializers.setRange(
- superIndex + argumentCount, // desination start (inclusive)
- initializers.length - 1, // desination end (exclusive)
+ superIndex + argumentCount, // destination start (inclusive)
+ initializers.length - 1, // destination end (exclusive)
initializers, // source list
superIndex + 1); // source start index
initializers[initializers.length - 1] = superCall;
« no previous file with comments | « pkg/front_end/tool/fasta_perf.dart ('k') | pkg/kernel/lib/transformations/treeshaker.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698