| 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 752c0e03379a3a86cbc55a61b2e629ba45fda14e..4a3cd47a12dfd5af9de8222f91eef24db83bd298 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.resolveUri(Platform.script);
|
| + handler.provider.cwd.resolve(nativeToUriPath(Platform.script));
|
|
|
| // Get the names of public dart2js libraries.
|
| Iterable<String> names = LIBRARIES.keys.where(isPublicDart2jsLibrary);
|
|
|