| Index: sdk/lib/isolate/isolate.dart
|
| diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
|
| index 9a8b313f51537d937a0a7cd04daf8a973d73043b..8a2f43cacc160003dd6806dcae7611bafdbe3bf4 100644
|
| --- a/sdk/lib/isolate/isolate.dart
|
| +++ b/sdk/lib/isolate/isolate.dart
|
| @@ -157,9 +157,6 @@ class Isolate {
|
| * isolate was started as [paused], it may already have terminated
|
| * before those methods can complete.
|
| *
|
| - * WARNING: The [errorsAreFatal], [onExit] and [onError] parameters are not
|
| - * implemented yet.
|
| - *
|
| * Returns a future that will complete with an [Isolate] instance if the
|
| * spawning succeeded. It will complete with an error otherwise.
|
| */
|
|
|