зеркало из https://github.com/mozilla/pjs.git
Fixed the throbber
This commit is contained in:
Родитель
f40979d95e
Коммит
c9328e028d
|
@ -181,7 +181,7 @@ PRInt32 nsThrobber::gNumThrobbers;
|
|||
nsThrobber::nsThrobber()
|
||||
{
|
||||
NS_INIT_REFCNT();
|
||||
if (0 == ++gNumThrobbers) {
|
||||
if (0 == gNumThrobbers++) {
|
||||
gThrobbers = new nsVoidArray;
|
||||
}
|
||||
AddThrobber(this);
|
||||
|
|
Загрузка…
Ссылка в новой задаче