Index: sdk/lib/_internal/compiler/samples/darttags/darttags.dart |
diff --git a/sdk/lib/_internal/compiler/samples/darttags/darttags.dart b/sdk/lib/_internal/compiler/samples/darttags/darttags.dart |
index 4a3cd47a12dfd5af9de8222f91eef24db83bd298..752c0e03379a3a86cbc55a61b2e629ba45fda14e 100644 |
--- a/sdk/lib/_internal/compiler/samples/darttags/darttags.dart |
+++ b/sdk/lib/_internal/compiler/samples/darttags/darttags.dart |
@@ -60,7 +60,7 @@ main(List<String> arguments) { |
output = new File(arguments.first).openSync(mode: FileMode.WRITE); |
Uri myLocation = |
- handler.provider.cwd.resolve(nativeToUriPath(Platform.script)); |
+ handler.provider.cwd.resolveUri(Platform.script); |
floitsch
2013/10/31 01:15:51
should fit on one line now.
|
// Get the names of public dart2js libraries. |
Iterable<String> names = LIBRARIES.keys.where(isPublicDart2jsLibrary); |