Index: sdk/lib/async/deferred_load.dart |
diff --git a/sdk/lib/async/deferred_load.dart b/sdk/lib/async/deferred_load.dart |
index 77bee95798c88c936bf1cecbd5ccf7fdc0015674..f83d4b8135451b4a3f614941102fb31090799694 100644 |
--- a/sdk/lib/async/deferred_load.dart |
+++ b/sdk/lib/async/deferred_load.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; |
/** |
* Indicates that loading of [libraryName] is deferred. |