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

Unified Diff: dart/sdk/lib/io/platform_impl.dart

Issue 57813002: Version 0.8.10.3 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 1 month 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 | « dart/sdk/lib/io/platform.dart ('k') | dart/tests/co19/co19-co19.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/sdk/lib/io/platform_impl.dart
===================================================================
--- dart/sdk/lib/io/platform_impl.dart (revision 29802)
+++ dart/sdk/lib/io/platform_impl.dart (working copy)
@@ -27,7 +27,7 @@
s.startsWith('file:')) {
return Uri.parse(s);
} else {
- return new Uri.file(s);
+ return Uri.base.resolveUri(new Uri.file(s));
}
}
« no previous file with comments | « dart/sdk/lib/io/platform.dart ('k') | dart/tests/co19/co19-co19.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698