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

Unified Diff: pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart

Issue 2695033002: Fix typo in StringCanonicalizer (Closed)
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart
diff --git a/pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart b/pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart
index 1d481ca309c9b6b44f7a0800f7bb80ea5cb5d517..0848a081078eda53bbcf17b57020c4d12d48fea9 100644
--- a/pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart
+++ b/pkg/front_end/lib/src/fasta/scanner/canonicalizer.dart
@@ -113,6 +113,6 @@ class StringCanonicalizer {
}
clear() {
- _nodes = new List<Node>(size);
+ _nodes = new List<Node>(_size);
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698