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