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

Unified Diff: utils/pub/hosted_source.dart

Issue 11142028: Add prefix. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/hosted_source.dart
diff --git a/utils/pub/hosted_source.dart b/utils/pub/hosted_source.dart
index fbc9248586178b3129ac45cc0a4311c4d69d4748..2d5c1f5900752fb5eb7b6354223c7e236d5b46d0 100644
--- a/utils/pub/hosted_source.dart
+++ b/utils/pub/hosted_source.dart
@@ -91,7 +91,7 @@ class HostedSource extends Source {
// has not finished by the time we get here, so the rename fails with a
// "directory in use" error. So, we will just wait a couple of seconds
// before we start.
- if (Platform.operatingSystem == "windows") {
+ if (io.Platform.operatingSystem == "windows") {
rename = sleep(2000).chain((_) => rename);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698