Testing performance impact of backout of what's left of the patch from
bug 115289. See bug 123947 for details. a=mcafee git-svn-id: svn://10.0.0.236/trunk@114152 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -107,7 +107,7 @@ nsAOLCiter::StripCites(const nsAReadableString& aInString, nsAWritableString& aO
|
||||
nsReadingIterator <PRUnichar> iter,enditer;
|
||||
aInString.BeginReading(iter);
|
||||
aInString.EndReading(enditer);
|
||||
if (Substring(aInString,0,2).Equals(NS_LITERAL_STRING(">>")))
|
||||
if (!Compare(Substring(aInString,0,2),NS_LITERAL_STRING(">>")))
|
||||
{
|
||||
iter.advance(2);
|
||||
while (nsCRT::IsAsciiSpace(*iter))
|
||||
|
||||
Reference in New Issue
Block a user