Backing out patch for bug 328755 due to crash regression bug 328842. r=darin.

This commit is contained in:
bryner%brianryner.com 2006-03-01 00:38:15 +00:00
Родитель c48986ae4e
Коммит f75f6a2bff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -299,7 +299,7 @@ void
nsTSubstring_CharT::Assign( const char_type* data, size_type length ) nsTSubstring_CharT::Assign( const char_type* data, size_type length )
{ {
// unfortunately, some callers pass null :-( // unfortunately, some callers pass null :-(
if (!data || length == 0) if (!data)
{ {
Truncate(); Truncate();
return; return;