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

Unified Diff: pkg/analyzer/lib/src/fasta/analyzer_target.dart

Issue 2919003003: Reapply "Use backend targets to run Kernel transformations in Fasta" (Closed)
Patch Set: Follow dartanalyzer suggestions Created 3 years, 7 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/src/fasta/analyzer_target.dart
diff --git a/pkg/analyzer/lib/src/fasta/analyzer_target.dart b/pkg/analyzer/lib/src/fasta/analyzer_target.dart
index 77b3e5ee55dfe3136df745724cb2de8fe2771790..01e9f2689c23ca841d3c9a94d0755827e1397c37 100644
--- a/pkg/analyzer/lib/src/fasta/analyzer_target.dart
+++ b/pkg/analyzer/lib/src/fasta/analyzer_target.dart
@@ -21,7 +21,7 @@ class AnalyzerTarget extends KernelTarget {
DillTarget dillTarget, TranslateUri uriTranslator, bool strongMode,
[Map<String, Source> uriToSource])
: super(PhysicalFileSystem.instance, dillTarget, uriTranslator,
- strongMode, uriToSource);
+ uriToSource);
@override
AnalyzerLoader<Library> createLoader() => new AnalyzerLoader<Library>(this);
« no previous file with comments | « no previous file | pkg/compiler/lib/src/kernel/fasta_support.dart » ('j') | pkg/front_end/lib/src/fasta/dill/dill_target.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698