Index: sdk/lib/_internal/js_runtime/lib/string_helper.dart |
diff --git a/sdk/lib/_internal/js_runtime/lib/string_helper.dart b/sdk/lib/_internal/js_runtime/lib/string_helper.dart |
index eca74d8a2a11c530f69bbd152bb566761185f470..81099bdd532b4dc40a2cc448071dc95bd23271e8 100644 |
--- a/sdk/lib/_internal/js_runtime/lib/string_helper.dart |
+++ b/sdk/lib/_internal/js_runtime/lib/string_helper.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:_js_helper"; |
+part of "js_helper.dart"; |
stringIndexOfStringUnchecked(receiver, other, startIndex) { |
return JS('int', '#.indexOf(#, #)', receiver, other, startIndex); |