Test-land bug 410927 to get performance numbers, r=dbaron

This commit is contained in:
benjamin@smedbergs.us 2008-01-09 06:21:43 -08:00
parent 68d5f10988
commit 8e70ca711d

View File

@ -79,7 +79,7 @@ struct nsID {
// See bug http://bugzilla.mozilla.org/show_bug.cgi?id=164580 for
// details.
return (PRBool)
return this == &other ||
((((PRUint32*) &m0)[0] == ((PRUint32*) &other.m0)[0]) &&
(((PRUint32*) &m0)[1] == ((PRUint32*) &other.m0)[1]) &&
(((PRUint32*) &m0)[2] == ((PRUint32*) &other.m0)[2]) &&