Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(909)

Unified Diff: pkg/analyzer/lib/task/dart.dart

Issue 2297343002: Flush results when contexts are made idle. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/task/dart.dart
diff --git a/pkg/analyzer/lib/task/dart.dart b/pkg/analyzer/lib/task/dart.dart
index 4df1c2826c99b1f46351669fbf3e36b2fb6ee07e..5837d05dacd4ee8274a6c353111ddf31cff69c6c 100644
--- a/pkg/analyzer/lib/task/dart.dart
+++ b/pkg/analyzer/lib/task/dart.dart
@@ -102,7 +102,7 @@ final ResultDescriptor<CompilationUnit> PARSED_UNIT =
*/
final ResultDescriptor<CompilationUnit> RESOLVED_UNIT =
new ResultDescriptor<CompilationUnit>('RESOLVED_UNIT', null,
- cachingPolicy: AST_CACHING_POLICY);
+ cachingPolicy: AST_RESOLVED_CACHING_POLICY);
/**
* The kind of a [Source].

Powered by Google App Engine
This is Rietveld 408576698