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

Unified Diff: pkg/analyzer/lib/src/generated/engine.dart

Issue 1411593005: Enable the new task model everywhere (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Back out debugging changes Created 5 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/generated/engine.dart
diff --git a/pkg/analyzer/lib/src/generated/engine.dart b/pkg/analyzer/lib/src/generated/engine.dart
index acb156e2a509cf22537e092909c7a62b1f7474cc..5822a6114396204c862cb76d0259c2d8b728694c 100644
--- a/pkg/analyzer/lib/src/generated/engine.dart
+++ b/pkg/analyzer/lib/src/generated/engine.dart
@@ -5936,7 +5936,7 @@ class AnalysisEngine {
* A flag indicating whether the (new) task model should be used to perform
* analysis.
*/
- bool useTaskModel = false;
+ bool useTaskModel = true;
/**
* A flag indicating whether the task model should attempt to limit
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698