| Index: lib/compiler/implementation/compiler.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/compiler.dart (revision 11786)
|
| +++ lib/compiler/implementation/compiler.dart (working copy)
|
| @@ -187,7 +187,8 @@
|
| bool cutDeclarationTypes = false])
|
| : libraries = new Map<String, LibraryElement>(),
|
| world = new World(),
|
| - progress = new Stopwatch.start() {
|
| + progress = new Stopwatch() {
|
| + progress.start();
|
| namer = new Namer(this);
|
| constantHandler = new ConstantHandler(this);
|
| scanner = new ScannerTask(this);
|
|
|