Index: sdk/lib/internal/sort.dart |
diff --git a/sdk/lib/internal/sort.dart b/sdk/lib/internal/sort.dart |
index c9481d3505a62b76303dbcea29dee0739796e954..d6cca2e3e5464f42b28d00d803fb7b45d19ec791 100644 |
--- a/sdk/lib/internal/sort.dart |
+++ b/sdk/lib/internal/sort.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 "internal.dart"; |
+part of dart._internal; |
/** |
* Dual-Pivot Quicksort algorithm. |