| Index: sdk/lib/_internal/lib/isolate_helper.dart
|
| diff --git a/sdk/lib/_internal/lib/isolate_helper.dart b/sdk/lib/_internal/lib/isolate_helper.dart
|
| index a28b31ece10b72531551aab0c3e3460f78885e52..ce6b5d32074be6c2cf5a69f0416f5d02f5427853 100644
|
| --- a/sdk/lib/_internal/lib/isolate_helper.dart
|
| +++ b/sdk/lib/_internal/lib/isolate_helper.dart
|
| @@ -575,7 +575,7 @@ class IsolateNatives {
|
| }
|
|
|
| static SendPort spawnUri(Uri uri, List<String> args, message) {
|
| - return spawn(null, uri.path, args, message, false, true);
|
| + return spawn(null, uri.toString(), args, message, false, true);
|
| }
|
|
|
| // TODO(sigmund): clean up above, after we make the new API the default:
|
|
|