Index: sdk/lib/core/pattern.dart |
diff --git a/sdk/lib/core/pattern.dart b/sdk/lib/core/pattern.dart |
index 9199b1a16c76c3c5965c01f299bded59eebff53b..52f58ed53316930713dc370dd4f700107d1d3863 100644 |
--- a/sdk/lib/core/pattern.dart |
+++ b/sdk/lib/core/pattern.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 "core.dart"; |
+part of "dart:core"; |
/** |
* An interface for basic searches within strings. |