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