Chromium Code Reviews| Index: runtime/lib/string_base.dart |
| =================================================================== |
| --- runtime/lib/string_base.dart (revision 14760) |
| +++ runtime/lib/string_base.dart (working copy) |
| @@ -424,7 +424,7 @@ |
| class _ExternalTwoByteString extends _StringBase implements String { |
| - factory ExternalTwoByteString._uninstantiable() { |
| + factory _ExternalTwoByteString._uninstantiable() { |
| throw new UnsupportedError( |
| "_ExternalTwoByteString can only be allocated by the VM"); |
| } |