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

Unified Diff: packages/package_config/lib/packages_file.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 years, 5 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 | « packages/package_config/lib/packages.dart ('k') | packages/package_config/lib/src/packages_impl.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/package_config/lib/packages_file.dart
diff --git a/packages/package_config/lib/packages_file.dart b/packages/package_config/lib/packages_file.dart
index f30781dc3fb3b0a076e2990451e48e41114fa8e9..93ccd3c18d4cd13dd27dae5a874351f69b795d1a 100644
--- a/packages/package_config/lib/packages_file.dart
+++ b/packages/package_config/lib/packages_file.dart
@@ -84,7 +84,7 @@ Map<String, Uri> parse(List<int> source, Uri baseLocation) {
/// All the keys of [packageMapping] must be valid package names,
/// and the values must be URIs that do not have the `package:` scheme.
void write(StringSink output, Map<String, Uri> packageMapping,
- {Uri baseUri, String comment}) {
+ {Uri baseUri, String comment}) {
if (baseUri != null && !baseUri.isAbsolute) {
throw new ArgumentError.value(baseUri, "baseUri", "Must be absolute");
}
« no previous file with comments | « packages/package_config/lib/packages.dart ('k') | packages/package_config/lib/src/packages_impl.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698