Chromium Code Reviews| Index: frog/leg/scanner/parser_bench.dart |
| =================================================================== |
| --- frog/leg/scanner/parser_bench.dart (revision 1504) |
| +++ frog/leg/scanner/parser_bench.dart (working copy) |
| @@ -20,7 +20,7 @@ |
| } |
| void timedParseAll(List<String> arguments) { |
| - StopWatch timer = new StopWatch(); |
| + Stopwatch timer = new Stopwatch(); |
| timer.start(); |
| BenchListener listener = parseAll(arguments); |
| timer.stop(); |