зеркало из 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()
|
nsThrobber::nsThrobber()
|
||||||
{
|
{
|
||||||
NS_INIT_REFCNT();
|
NS_INIT_REFCNT();
|
||||||
if (0 == ++gNumThrobbers) {
|
if (0 == gNumThrobbers++) {
|
||||||
gThrobbers = new nsVoidArray;
|
gThrobbers = new nsVoidArray;
|
||||||
}
|
}
|
||||||
AddThrobber(this);
|
AddThrobber(this);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче