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

Unified Diff: pkg/dev_compiler/lib/src/analyzer/context.dart

Issue 2382463002: Fix analyzer error (Closed)
Patch Set: Created 4 years, 3 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/dev_compiler/lib/src/analyzer/context.dart
diff --git a/pkg/dev_compiler/lib/src/analyzer/context.dart b/pkg/dev_compiler/lib/src/analyzer/context.dart
index 6dd239db74bdd7acff0c457ba6a62fbe3a6bfd83..bc47716a6446c1650d642aa64ec50b227b638527 100644
--- a/pkg/dev_compiler/lib/src/analyzer/context.dart
+++ b/pkg/dev_compiler/lib/src/analyzer/context.dart
@@ -51,6 +51,7 @@ class AnalyzerOptions {
String dartSdkPath,
this.dartSdkSummaryPath,
this.customUrlMappings: const {},
+ this.packageRoot: null,
Jennifer Messerly 2016/09/28 17:49:05 style nit: ": null" part is not needed. you do ne
this.packagePaths: const []})
: dartSdkPath = dartSdkPath ?? getSdkDir().path;
« 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