Index: sdk/lib/core/uri.dart |
diff --git a/sdk/lib/core/uri.dart b/sdk/lib/core/uri.dart |
index 5a934ca800cb33724f0d999f7c71db54e050bf43..dbda00a3ed0155bbe1dc2a2b171ce873ca9ea0c9 100644 |
--- a/sdk/lib/core/uri.dart |
+++ b/sdk/lib/core/uri.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 dart.core; |
// Frequently used character codes. |
const int _SPACE = 0x20; |