| Index: pkg/analysis_server/lib/src/domain_analysis.dart
|
| diff --git a/pkg/analysis_server/lib/src/domain_analysis.dart b/pkg/analysis_server/lib/src/domain_analysis.dart
|
| index fd326462dfac71230d3b8fbbba2f758024c14e35..0282fdaea6dd526206502cb61e0021e889ee722e 100644
|
| --- a/pkg/analysis_server/lib/src/domain_analysis.dart
|
| +++ b/pkg/analysis_server/lib/src/domain_analysis.dart
|
| @@ -142,7 +142,7 @@ class AnalysisDomainHandler implements RequestHandler {
|
| new AnalysisReanalyzeParams.fromRequest(request);
|
| List<String> roots = params.roots;
|
| if (roots == null || roots.isNotEmpty) {
|
| - List<String> includedPaths = server.contextDirectoryManager.includedPaths;
|
| + List<String> includedPaths = server.contextManager.includedPaths;
|
| List<Resource> rootResources = null;
|
| if (roots != null) {
|
| rootResources = <Resource>[];
|
|
|