Back out bug 311456, at least for now, because it caused bug 311676.

This commit is contained in:
dbaron%dbaron.org 2005-10-09 09:48:25 +00:00
parent 91b7fee4e0
commit abc0ac68ae

View File

@ -542,9 +542,6 @@ nsTSubstring_CharT::SetCapacity( size_type capacity )
void
nsTSubstring_CharT::SetLength( size_type length )
{
if (mLength == length)
return;
SetCapacity(length);
// XXX(darin): SetCapacity may fail, but it doesn't give us a way to find