Index: sdk/lib/async/stream_pipe.dart |
diff --git a/sdk/lib/async/stream_pipe.dart b/sdk/lib/async/stream_pipe.dart |
index 6ccb2a67ca23e68820a0bf765622469b2e5ab889..740956773cdf8572b76fc8b0343f85674995e5c8 100644 |
--- a/sdk/lib/async/stream_pipe.dart |
+++ b/sdk/lib/async/stream_pipe.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 "async.dart"; |
/** Runs user code and takes actions depending on success or failure. */ |
_runUserCode<T>( |