| Index: runtime/lib/isolate_patch.dart
|
| ===================================================================
|
| --- runtime/lib/isolate_patch.dart (revision 26025)
|
| +++ runtime/lib/isolate_patch.dart (working copy)
|
| @@ -187,9 +187,9 @@
|
| return _portInternal;
|
| }
|
|
|
| - /* patch */ static spawnFunction(void topLevelFunction(),
|
| + /* patch */ static SendPort spawnFunction(void topLevelFunction(),
|
| [bool unhandledExceptionCallback(IsolateUnhandledException e)])
|
| native "isolate_spawnFunction";
|
|
|
| - /* patch */ static spawnUri(String uri) native "isolate_spawnUri";
|
| + /* patch */ static SendPort spawnUri(String uri) native "isolate_spawnUri";
|
| }
|
|
|