зеркало из https://github.com/mozilla/pjs.git
Bug 739899 - Fix clang warning (rs=terrence)
This commit is contained in:
Родитель
94f57a1201
Коммит
9d53cc38ec
|
@ -512,8 +512,8 @@ Statistics::endGC()
|
|||
void
|
||||
Statistics::beginSlice(int collectedCount, int compartmentCount, gcreason::Reason reason)
|
||||
{
|
||||
collectedCount = collectedCount;
|
||||
compartmentCount = compartmentCount;
|
||||
this->collectedCount = collectedCount;
|
||||
this->compartmentCount = compartmentCount;
|
||||
|
||||
bool first = runtime->gcIncrementalState == gc::NO_INCREMENTAL;
|
||||
if (first)
|
||||
|
|
Загрузка…
Ссылка в новой задаче