| Index: sdk/lib/async/stream_controller.dart
|
| diff --git a/sdk/lib/async/stream_controller.dart b/sdk/lib/async/stream_controller.dart
|
| index a4116cd7a4771d3e1e0997b93e43b16607e2fdc9..bf567ed70401d743aa6989a76ad61b67afb320b4 100644
|
| --- a/sdk/lib/async/stream_controller.dart
|
| +++ b/sdk/lib/async/stream_controller.dart
|
| @@ -176,9 +176,6 @@ abstract class StreamController<T> implements StreamSink<T> {
|
| * Send or enqueue an error event.
|
| *
|
| * If [error] is `null`, it is replaced by a [NullThrownError].
|
| - *
|
| - * Also allows an objection stack trace object, on top of what [EventSink]
|
| - * allows.
|
| */
|
| void addError(Object error, [StackTrace stackTrace]);
|
|
|
|
|