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

git-svn-id: svn://10.0.0.236/trunk@191450 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com
2006-03-01 00:38:15 +00:00
parent dc4b19a5f8
commit 0eb842dfa8

View File

@@ -299,7 +299,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;