bug 230633, constify tx a bit, regression fix, r/sr=pterv
git-svn-id: svn://10.0.0.236/trunk@183814 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -55,7 +55,7 @@ TX_StringEqualsAtom(const nsASingleFragmentString& aString, nsIAtom* aAtom)
|
||||
const PRUnichar* UTF16Iter;
|
||||
aString.BeginReading(UTF16Iter);
|
||||
|
||||
while (ASCIIAtom) {
|
||||
while (*ASCIIAtom) {
|
||||
if (PRUnichar(*ASCIIAtom) != *UTF16Iter) {
|
||||
return PR_FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user