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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user