| Index: sdk/lib/async/stream.dart
|
| diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart
|
| index 9b8c3736596c474679a3fbb159516494f1d7d671..4b4372e7126fff8312534c138a218e6bb16b029e 100644
|
| --- a/sdk/lib/async/stream.dart
|
| +++ b/sdk/lib/async/stream.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;
|
|
|
| // -------------------------------------------------------------------
|
| // Core Stream types
|
|
|