Chromium Code Reviews| Index: frog/leg/scanner/scanner_bench.dart |
| =================================================================== |
| --- frog/leg/scanner/scanner_bench.dart (revision 1504) |
| +++ frog/leg/scanner/scanner_bench.dart (working copy) |
| @@ -25,7 +25,7 @@ |
| bar.begin(); |
| for (int i = 0; i < iterations; i++) { |
| bar.tick(); |
| - StopWatch timer = new StopWatch(); |
| + Stopwatch timer = new Stopwatch(); |
| timer.start(); |
| int charCount = 0; |
| for (final String argument in arguments) { |