зеркало из https://github.com/mozilla/pjs.git
Bug 536230 - Crash or Hang @ [nsCookieService::RemoveCookieFromList(nsListIter const&)]. r=sdwilsh
This commit is contained in:
Родитель
d2ee43b89d
Коммит
5fd90963ae
|
@ -2296,8 +2296,8 @@ public:
|
|||
PRBool LessThan(const nsListIter &a, const nsListIter &b) const
|
||||
{
|
||||
// compare by entryclass pointer, then by index.
|
||||
if (&a != &b)
|
||||
return &a < &b;
|
||||
if (a.entry != b.entry)
|
||||
return a.entry < b.entry;
|
||||
|
||||
return a.index < b.index;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче