| Index: pkg/compiler/lib/src/common/tasks.dart
|
| diff --git a/pkg/compiler/lib/src/common/tasks.dart b/pkg/compiler/lib/src/common/tasks.dart
|
| index 737c2a9ce0e546be1e9105a12ef1b94901dee400..1088363e0dbc3126f5590649b80c034749c2ed1b 100644
|
| --- a/pkg/compiler/lib/src/common/tasks.dart
|
| +++ b/pkg/compiler/lib/src/common/tasks.dart
|
| @@ -30,7 +30,7 @@ class CompilerTask {
|
|
|
| CompilerTask(Compiler compiler)
|
| : this.compiler = compiler,
|
| - watch = (compiler.verbose) ? new Stopwatch() : null;
|
| + watch = (compiler.options.verbose) ? new Stopwatch() : null;
|
|
|
| DiagnosticReporter get reporter => compiler.reporter;
|
|
|
|
|