Chromium Code Reviews| Index: runtime/lib/string_patch.dart |
| diff --git a/runtime/lib/string_patch.dart b/runtime/lib/string_patch.dart |
| index 1ba5e1a919b43b74d7d4800ca746f5ba47c2d67b..92babf4e7b360a05331ece5c8494e5e9a2d16855 100644 |
| --- a/runtime/lib/string_patch.dart |
| +++ b/runtime/lib/string_patch.dart |
| @@ -467,7 +467,6 @@ class _StringBase { |
| native "Strings_concatAll"; |
| } |
| - |
| class _OneByteString extends _StringBase implements String { |
| factory _OneByteString._uninstantiable() { |
| throw new UnsupportedError( |