Chromium Code Reviews| Index: runtime/lib/isolate.dart |
| =================================================================== |
| --- runtime/lib/isolate.dart (revision 7916) |
| +++ runtime/lib/isolate.dart (working copy) |
| @@ -143,7 +143,4 @@ |
| _spawnFunction(void topLevelFunction()) native "isolate_spawnFunction"; |
| -// TODO(sigmund,turnidge): implement |
| -SendPort _spawnUri(String uri) { |
| - throw new NotImplementedException(); |
| -} |
| +_spawnUri(String uri) native "isolate_spawnUri"; |