| Index: sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart
|
| ===================================================================
|
| --- sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart (revision 16063)
|
| +++ sdk/lib/_internal/compiler/implementation/lib/isolate_patch.dart (working copy)
|
| @@ -11,7 +11,8 @@
|
| return lazyPort;
|
| }
|
|
|
| -patch SendPort spawnFunction(void topLevelFunction()) {
|
| +patch SendPort spawnFunction(void topLevelFunction(),
|
| + [bool UnhandledExceptionCallback(IsolateUnhandledException e)]) {
|
| return IsolateNatives.spawnFunction(topLevelFunction);
|
| }
|
|
|
|
|