зеркало из https://github.com/mozilla/gecko-dev.git
Revert bug 410927 because it didn't really help perf and hurt codesize a little bit
This commit is contained in:
Родитель
9731385f45
Коммит
2dd673ce5a
|
@ -81,7 +81,7 @@ struct nsID {
|
|||
// See bug http://bugzilla.mozilla.org/show_bug.cgi?id=164580 for
|
||||
// details.
|
||||
|
||||
return this == &other ||
|
||||
return
|
||||
((((PRUint32*) &m0)[0] == ((PRUint32*) &other.m0)[0]) &&
|
||||
(((PRUint32*) &m0)[1] == ((PRUint32*) &other.m0)[1]) &&
|
||||
(((PRUint32*) &m0)[2] == ((PRUint32*) &other.m0)[2]) &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче