Chromium Code Reviews| Index: runtime/lib/string_patch.dart |
| diff --git a/runtime/lib/string_patch.dart b/runtime/lib/string_patch.dart |
| index b9ec3c96f7db84c38655f3ba192e563189f1c894..e4f959e8806bca0a25884bbb2f575f6a278df72f 100644 |
| --- a/runtime/lib/string_patch.dart |
| +++ b/runtime/lib/string_patch.dart |
| @@ -74,8 +74,6 @@ class _StringBase { |
| String operator +(String other) native "String_concat"; |
| - String concat(String other) => this + other; |
| - |
| String toString() { |
| return this; |
| } |