mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Test-land bug 410927 to get performance numbers, r=dbaron
This commit is contained in:
parent
68d5f10988
commit
8e70ca711d
@ -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]) &&
|
||||
|
Loading…
Reference in New Issue
Block a user