one more part of fix for bug 107575, including the much coveted whitespace
remove aIgnoreCase parameter from all nsString and nsCString consumers sr=jag, r=shaver git-svn-id: svn://10.0.0.236/trunk@113390 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -603,7 +603,7 @@ struct nsDomainEntry
|
||||
int thisLen = mOrigin.Length();
|
||||
if (len < thisLen)
|
||||
return PR_FALSE;
|
||||
if (mOrigin.RFindChar(':', PR_FALSE, thisLen-1, 1) != -1)
|
||||
if (mOrigin.RFindChar(':', thisLen-1, 1) != -1)
|
||||
//-- Policy applies to all URLs of this scheme, compare scheme only
|
||||
return mOrigin.EqualsWithConversion(anOrigin, PR_TRUE, thisLen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user