| Index: sdk/lib/async/stream_impl.dart
|
| diff --git a/sdk/lib/async/stream_impl.dart b/sdk/lib/async/stream_impl.dart
|
| index 13285a66d03d104bdb99b20fd59fb98747c89811..7d989205bc770c102275a1fdea767b3f2b8918bd 100644
|
| --- a/sdk/lib/async/stream_impl.dart
|
| +++ b/sdk/lib/async/stream_impl.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -// part of dart.async;
|
| +part of dart.async;
|
|
|
| // States shared by single/multi stream implementations.
|
|
|
|
|