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

Unified Diff: pkg/analyzer/lib/src/summary/package_bundle_reader.dart

Issue 2650783003: Remove parent from SummaryResynthesizer. (Closed)
Patch Set: Created 3 years, 11 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 | pkg/analyzer/lib/src/summary/resynthesize.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/lib/src/summary/package_bundle_reader.dart
diff --git a/pkg/analyzer/lib/src/summary/package_bundle_reader.dart b/pkg/analyzer/lib/src/summary/package_bundle_reader.dart
index 007f07fd808a97984707b2bc51aed84309f10416..ff5ab7f3e048b767d8180c17e2d942206d3ec41f 100644
--- a/pkg/analyzer/lib/src/summary/package_bundle_reader.dart
+++ b/pkg/analyzer/lib/src/summary/package_bundle_reader.dart
@@ -422,7 +422,7 @@ class _FileBasedSummaryResynthesizer extends SummaryResynthesizer {
_FileBasedSummaryResynthesizer(AnalysisContext context,
SourceFactory sourceFactory, bool strongMode, this._dataStore)
- : super(null, context, sourceFactory, strongMode);
+ : super(context, sourceFactory, strongMode);
@override
LinkedLibrary getLinkedSummary(String uri) {
« no previous file with comments | « no previous file | pkg/analyzer/lib/src/summary/resynthesize.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698