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