Index: sdk/lib/_internal/compiler/implementation/lib/js_helper.dart |
=================================================================== |
--- sdk/lib/_internal/compiler/implementation/lib/js_helper.dart (revision 14879) |
+++ sdk/lib/_internal/compiler/implementation/lib/js_helper.dart (working copy) |
@@ -812,9 +812,6 @@ |
return value; |
} |
-substringUnchecked(receiver, startIndex, endIndex) |
- => JS('String', r'#.substring(#, #)', receiver, startIndex, endIndex); |
- |
class MathNatives { |
static int parseInt(str) { |
checkString(str); |