Index: runtime/lib/isolate_patch.dart |
=================================================================== |
--- runtime/lib/isolate_patch.dart (revision 42788) |
+++ runtime/lib/isolate_patch.dart (working copy) |
@@ -342,13 +342,13 @@ |
static const _KILL = 4; |
- static SendPort _spawnFunction(SendPort readyPort, Function topLevelFunction, |
- var message, bool paused) |
+ static void _spawnFunction(SendPort readyPort, Function topLevelFunction, |
+ var message, bool paused) |
native "Isolate_spawnFunction"; |
- static SendPort _spawnUri(SendPort readyPort, String uri, |
- List<String> args, var message, |
- bool paused, String packageRoot) |
+ static void _spawnUri(SendPort readyPort, String uri, |
+ List<String> args, var message, |
+ bool paused, String packageRoot) |
native "Isolate_spawnUri"; |
static void _sendOOB(port, msg) native "Isolate_sendOOB"; |