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

Unified Diff: lib/src/utils.dart

Issue 111893006: Switch web_ui to use path 1.0.0 (Closed) Base URL: git@github.com:dart-lang/web-ui.git@master
Patch Set: Created 7 years 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 | « lib/src/compiler.dart ('k') | lib/web_ui.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/utils.dart
diff --git a/lib/src/utils.dart b/lib/src/utils.dart
index 3256304fe919e6844571b0a49039a9a0e1a8c023..fe29aecabd8eb0ded07f47f523f027e328e3fc9b 100644
--- a/lib/src/utils.dart
+++ b/lib/src/utils.dart
@@ -6,7 +6,7 @@ library web_ui.src.utils;
import 'dart:async';
-import 'package:path/path.dart' show Builder;
+import 'package:path/path.dart' show Context;
/**
@@ -14,7 +14,7 @@ import 'package:path/path.dart' show Builder;
* builder in path, but we add this indirection to make it possible to run
* unittest for windows paths.
*/
-Builder path = new Builder();
+Context path = new Context();
/** Convert a OS specific path into a url. */
String pathToUrl(String relPath) =>
« no previous file with comments | « lib/src/compiler.dart ('k') | lib/web_ui.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698