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
Родитель 7631d04a65
Коммит b49ce99581
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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]) &&