| Index: runtime/lib/isolate_patch.dart
|
| diff --git a/runtime/lib/isolate_patch.dart b/runtime/lib/isolate_patch.dart
|
| index 7e1c496bc3cb68635c8afbaa30bbe1619c59b714..e3dbec151739f367514c40226c3d82cf31672df5 100644
|
| --- a/runtime/lib/isolate_patch.dart
|
| +++ b/runtime/lib/isolate_patch.dart
|
| @@ -301,7 +301,7 @@ patch class Isolate {
|
| readyPort.close();
|
| }
|
| return new Future<Isolate>.error(e, st);
|
| - };
|
| + }
|
| }
|
|
|
| /* patch */ static Future<Isolate> spawnUri(
|
| @@ -334,7 +334,7 @@ patch class Isolate {
|
| readyPort.close();
|
| }
|
| return new Future<Isolate>.error(e, st);
|
| - };
|
| + }
|
| return completer.future;
|
| }
|
|
|
|
|