| Index: sdk/lib/_internal/lib/js_string.dart
|
| diff --git a/sdk/lib/_internal/lib/js_string.dart b/sdk/lib/_internal/lib/js_string.dart
|
| index adc32e88bc1ebccef5861dfd75b6c0013736f992..8a8ac16a84a5287e573a134d258c0252b3ad2842 100644
|
| --- a/sdk/lib/_internal/lib/js_string.dart
|
| +++ b/sdk/lib/_internal/lib/js_string.dart
|
| @@ -44,8 +44,6 @@ class JSString extends Interceptor implements String, JSIndexable {
|
| return JS('String', r'# + #', this, other);
|
| }
|
|
|
| - String concat(String other) => this + other;
|
| -
|
| bool endsWith(String other) {
|
| checkString(other);
|
| int otherLength = other.length;
|
|
|