| Index: pkg/analyzer/lib/src/task/general.dart
|
| diff --git a/pkg/analyzer/lib/src/task/general.dart b/pkg/analyzer/lib/src/task/general.dart
|
| index 0905771c2b6e854844dad80bdb6a7888c2c92739..3c30d5aa56e8caf6abf2ed4e6e0fc1860963f3a1 100644
|
| --- a/pkg/analyzer/lib/src/task/general.dart
|
| +++ b/pkg/analyzer/lib/src/task/general.dart
|
| @@ -24,7 +24,7 @@ class GetContentTask extends SourceBasedAnalysisTask {
|
| * Initialize a newly created task to access the content of the source
|
| * associated with the given [target] in the given [context].
|
| */
|
| - GetContentTask(InternalAnalysisContext context, AnalysisTarget target)
|
| + GetContentTask(AnalysisContext context, AnalysisTarget target)
|
| : super(context, target);
|
|
|
| @override
|
|
|