| Index: pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| diff --git a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| index 14d904a8b821a7506d30bbdf06473f0e2db5496e..f12a8b43141afa22c33d740d3821037f4814e654 100644
|
| --- a/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| +++ b/pkg/compiler/lib/src/inferrer/type_graph_inferrer.dart
|
| @@ -709,7 +709,7 @@ class TypeGraphInferrerEngine
|
|
|
| void runOverAllElements() {
|
| if (compiler.disableTypeInference) return;
|
| - if (compiler.verbose) {
|
| + if (compiler.options.verbose) {
|
| compiler.progress.reset();
|
| }
|
| sortResolvedElements().forEach((Element element) {
|
|
|