Index: sdk/lib/async/stream.dart |
diff --git a/sdk/lib/async/stream.dart b/sdk/lib/async/stream.dart |
index 273dd0f6d3441e7baa1b6fba01ff16851b69f64c..a7bc7adc88b1d4f023c32a221bdee55845cfa5e1 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 "async.dart"; |
+part of dart.async; |
// ------------------------------------------------------------------- |
// Core Stream types |