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

Unified Diff: sdk/lib/_internal/dartdoc/lib/dartdoc.dart

Issue 15984017: Trying to fix bots again. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 6 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: sdk/lib/_internal/dartdoc/lib/dartdoc.dart
diff --git a/sdk/lib/_internal/dartdoc/lib/dartdoc.dart b/sdk/lib/_internal/dartdoc/lib/dartdoc.dart
index 2caec388a8969d000ddc1a558c074a5271107d9d..e3b987ec07eabf846b6b604d8a6fc044ac44a1f5 100644
--- a/sdk/lib/_internal/dartdoc/lib/dartdoc.dart
+++ b/sdk/lib/_internal/dartdoc/lib/dartdoc.dart
@@ -794,11 +794,11 @@ class Dartdoc {
var fileBuilder = new pathos.Builder(style: pathos.Style.url);
- var clientDir = fileBuilder.normalize(fileBuilder.join(
+ var clientDir = fileBuilder.join(
'file:///',
fileBuilder.relative(
fileBuilder.join(normalizedDartdocPath, 'lib', 'src', 'client'),
- from: tmpPath)));
+ from: tmpPath));
writeString(new File(filePath),
'''library client;
« 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