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