Index: sdk/lib/convert/line_splitter.dart |
diff --git a/sdk/lib/convert/line_splitter.dart b/sdk/lib/convert/line_splitter.dart |
index fb4da0c8b1cbd54134135b6b626d8c6a36f7be6a..1ea1426ed0f82edc4a3f18564fb8b389f617e340 100644 |
--- a/sdk/lib/convert/line_splitter.dart |
+++ b/sdk/lib/convert/line_splitter.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.convert; |
+part of "convert.dart"; |
// Character constants. |
const int _LF = 10; |