зеркало из https://github.com/mozilla/gecko-dev.git
Fix HP bustage.
This commit is contained in:
Родитель
8dc27f323f
Коммит
576dd5d5d9
|
@ -349,7 +349,7 @@ class nsNonDestructingSharedBufferHandle
|
|||
{
|
||||
// Oops, threads raced to set the refcount. Set the refcount
|
||||
// back to 1.
|
||||
set_refcount(1);
|
||||
this->set_refcount(1);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
|
@ -349,7 +349,7 @@ class nsNonDestructingSharedBufferHandle
|
|||
{
|
||||
// Oops, threads raced to set the refcount. Set the refcount
|
||||
// back to 1.
|
||||
set_refcount(1);
|
||||
this->set_refcount(1);
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Загрузка…
Ссылка в новой задаче