| Index: sdk/lib/isolate/isolate.dart
|
| diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
|
| index 8a2f43cacc160003dd6806dcae7611bafdbe3bf4..8c2b86e18b024b381f38da6f75348dddbf804484 100644
|
| --- a/sdk/lib/isolate/isolate.dart
|
| +++ b/sdk/lib/isolate/isolate.dart
|
| @@ -199,9 +199,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.
|
| - *
|
| * If the [checked] parameter is set to `true` or `false`,
|
| * the new isolate will run code in checked mode,
|
| * respectively in production mode, if possible.
|
|
|