| Index: pkg/analyzer_cli/lib/src/driver.dart
|
| diff --git a/pkg/analyzer_cli/lib/src/driver.dart b/pkg/analyzer_cli/lib/src/driver.dart
|
| index 3ff9a4e30a2ee834963332a38d9808e2cdcc83ee..b776d518945cb5ff368666ef7599589b3f0d2dd9 100644
|
| --- a/pkg/analyzer_cli/lib/src/driver.dart
|
| +++ b/pkg/analyzer_cli/lib/src/driver.dart
|
| @@ -628,7 +628,7 @@ class Driver implements CommandLineStarter {
|
| ErrorSeverity _runAnalyzer(Source source, CommandLineOptions options) {
|
| int startTime = currentTimeMillis();
|
| AnalyzerImpl analyzer =
|
| - new AnalyzerImpl(_context, source, options, stats, startTime);
|
| + new AnalyzerImpl(_context, incrementalSession, source, options, stats, startTime);
|
| var errorSeverity = analyzer.analyzeSync();
|
| if (errorSeverity == ErrorSeverity.ERROR) {
|
| exitCode = errorSeverity.ordinal;
|
|
|