Chromium Code Reviews| Index: sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart |
| diff --git a/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart b/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart |
| index e58ee6b4db0cb2197ddae51c48fc3bdbbc61050f..b25aab3c4c80272ef27fd3e7a2681f97d89d7294 100644 |
| --- a/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart |
| +++ b/sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart |
| @@ -41,7 +41,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.
|
| sdkRoot = myLocation.resolve(SDK_ROOT).resolve('../'); |