| Index: pkg/analyzer/lib/src/task/dart.dart
|
| diff --git a/pkg/analyzer/lib/src/task/dart.dart b/pkg/analyzer/lib/src/task/dart.dart
|
| index 4635f5542c68f754d0f2618d065837092fcae6f0..3bece0f933149d0b9e6427805dad7c011a1474e4 100644
|
| --- a/pkg/analyzer/lib/src/task/dart.dart
|
| +++ b/pkg/analyzer/lib/src/task/dart.dart
|
| @@ -5683,7 +5683,7 @@ class ResolveTopLevelUnitTypeBoundsTask extends SourceBasedAnalysisTask {
|
| //
|
| RecordingErrorListener errorListener = new RecordingErrorListener();
|
| new TypeParameterBoundsResolver(
|
| - typeProvider, library, unitElement.source, errorListener)
|
| + context.typeSystem, library, unitElement.source, errorListener)
|
| .resolveTypeBounds(unit);
|
| //
|
| // Record outputs.
|
|
|