| Index: lib/compiler/implementation/scanner/scanner_bench.dart
|
| diff --git a/lib/compiler/implementation/scanner/scanner_bench.dart b/lib/compiler/implementation/scanner/scanner_bench.dart
|
| index 2c3e345a1f45a19e72643d1f4cbf628a4765f949..20e7b2d47b3c07ecc8483d88afde46ac34c0e59a 100644
|
| --- a/lib/compiler/implementation/scanner/scanner_bench.dart
|
| +++ b/lib/compiler/implementation/scanner/scanner_bench.dart
|
| @@ -111,8 +111,8 @@ class ProgressBar {
|
| }
|
| }
|
|
|
| - void recordScore(num score) {
|
| - scores.addLast(score);
|
| + void recordScore(num newScore) {
|
| + scores.addLast(newScore);
|
| }
|
|
|
| int score() {
|
|
|