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

Unified Diff: web/web_command.dart

Issue 2289263004: Remove deprecated code (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
« no previous file with comments | « pubspec.lock ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/web_command.dart
diff --git a/web/web_command.dart b/web/web_command.dart
index 02a2d8b7905edf43ebbe5aa34ccbaf4b2d3ff43f..171beb2666fe3e3c141d2c2581fb4b8f173188bb 100644
--- a/web/web_command.dart
+++ b/web/web_command.dart
@@ -17,7 +17,7 @@ import 'package:analyzer/src/summary/idl.dart' show PackageBundle;
import 'package:analyzer/src/summary/package_bundle_reader.dart'
show
SummaryDataStore,
- InSummaryPackageUriResolver,
+ InSummaryUriResolver,
InputPackagesResultProvider,
InSummarySource;
import 'package:analyzer/src/summary/summary_sdk.dart' show SummaryBasedDartSdk;
@@ -92,7 +92,7 @@ class WebCompileCommand extends Command {
var summaryBundle = new PackageBundle.fromBuffer(bytes);
summaryDataStore.addBundle(url, summaryBundle);
}
- var summaryResolver = new InSummaryPackageUriResolver(summaryDataStore);
+ var summaryResolver = new InSummaryUriResolver(resourceProvider, summaryDataStore);
var fileResolvers = [summaryResolver, resourceUriResolver];
« no previous file with comments | « pubspec.lock ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698