Chromium Code Reviews| Index: utils/dartdoc/dartdoc.dart |
| diff --git a/utils/dartdoc/dartdoc.dart b/utils/dartdoc/dartdoc.dart |
| index 2a120532d4cd2a7016223b38b4a8a70e3a98cbf4..2ca8cff4932ec32a08d38332a14b3ceb66b6f087 100644 |
| --- a/utils/dartdoc/dartdoc.dart |
| +++ b/utils/dartdoc/dartdoc.dart |
| @@ -69,7 +69,7 @@ void main() { |
| num time(callback()) { |
| // Unlike world.withTiming, returns the elapsed time. |
| - final watch = new StopWatch(); |
| + final watch = new Stopwatch(); |
| watch.start(); |
| callback(); |
| watch.stop(); |