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

git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191450 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2006-03-01 00:38:15 +00:00
parent 8a18485653
commit 253232b8a8

View File

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