| Index: sdk/lib/async/stream_controller.dart
|
| diff --git a/sdk/lib/async/stream_controller.dart b/sdk/lib/async/stream_controller.dart
|
| index ce3fdf1f1efee2a3acd2d2a85fa2a04be4f6bacb..721a09a9a82ff44711e04ce8328c78c9b2d004a4 100644
|
| --- a/sdk/lib/async/stream_controller.dart
|
| +++ b/sdk/lib/async/stream_controller.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;
|
|
|
| // -------------------------------------------------------------------
|
| // Controller for creating and adding events to a stream.
|
|
|