Index: pkg/analyzer/lib/src/context/context.dart |
diff --git a/pkg/analyzer/lib/src/context/context.dart b/pkg/analyzer/lib/src/context/context.dart |
index 9cbc4d0a8c727fba8ab214bcccaf5946ee6416f9..0d1067da738713e13dd340e196cab27db9c8cf27 100644 |
--- a/pkg/analyzer/lib/src/context/context.dart |
+++ b/pkg/analyzer/lib/src/context/context.dart |
@@ -1877,8 +1877,7 @@ class AnalysisContextImpl implements InternalAnalysisContext { |
sourceEntry, |
unitEntry, |
oldUnit, |
- analysisOptions.incrementalApi, |
- analysisOptions); |
+ analysisOptions.incrementalApi); |
bool success = resolver.resolve(newCode); |
AnalysisEngine.instance.instrumentationService.logPerformance( |
AnalysisPerformanceKind.INCREMENTAL, |